Skip to content

Commit

Permalink
Upgrade Terraform module for Resonant
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Nov 26, 2024
1 parent 222d455 commit ee4adae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ data "heroku_team" "dandi" {
}

module "api" {
source = "girder/girder4/heroku"
version = "0.13.0"
source = "kitware-resonant/resonant/heroku"
version = "1.1.1"

project_slug = "dandi-api"
heroku_team_name = data.heroku_team.dandi.name
Expand Down
4 changes: 2 additions & 2 deletions terraform/staging_pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


module "api_staging" {
source = "girder/girder4/heroku"
version = "0.13.0"
source = "kitware-resonant/resonant/heroku"
version = "1.1.1"

project_slug = "dandi-api-staging"
heroku_team_name = data.heroku_team.dandi.name
Expand Down

0 comments on commit ee4adae

Please sign in to comment.