Skip to content

Commit

Permalink
Update to latest version of girder/girder4/heroku TF module
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed May 13, 2024
1 parent b0c4d93 commit 0fcb35d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
95 changes: 51 additions & 44 deletions {{ cookiecutter.project_slug }}/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions {{ cookiecutter.project_slug }}/terraform/django.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ data "heroku_team" "this" {
}

module "django" {
source = "girder/django/heroku"
version = "0.10.0"
source = "girder/girder4/heroku"
version = "0.13.0"

project_slug = "{{ cookiecutter.project_slug }}"
route53_zone_id = data.aws_route53_zone.this.zone_id
Expand Down

0 comments on commit 0fcb35d

Please sign in to comment.