Skip to content

Commit

Permalink
Bump prod infra pin post release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno Rantanen committed Apr 9, 2020
1 parent ef7539d commit b836d3c
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 @@ -24,7 +24,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=v1.3"
source = "git::ssh://[email protected]/futurice/symptomradar.git//infra/modules/main?ref=v2.0"
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 b836d3c

Please sign in to comment.