Skip to content

Commit

Permalink
Rebump prod infra version to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandao committed May 29, 2020
1 parent 84d4ca1 commit d2c965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "env_dev" {
module "env_prod" {
# IMPORTANT: The prod environment is pinned to the latest release version, so it won't change during normal development.
# See infra/README.md for how to deal with it during releases, when actual prod infra changes need to be made.
source = "git::ssh://[email protected]/futurice/symptomradar.git//infra/modules/main?ref=v2.7"
source = "git::ssh://[email protected]/futurice/symptomradar.git//infra/modules/main?ref=v2.8"
providers = { aws.us_east_1 = aws.us_east_1 } # this alias is needed because ACM is only available in the "us-east-1" region

name_prefix = "${var.name_prefix}-prod"
Expand Down

0 comments on commit d2c965f

Please sign in to comment.