-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nathandao
committed
May 29, 2020
1 parent
84d4ca1
commit d2c965f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|