We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9869086 commit 48401eeCopy full SHA for 48401ee
src/policy-TerraformUpdateAccess.tf
@@ -10,7 +10,7 @@ locals {
10
11
module "tfstate" {
12
source = "cloudposse/stack-config/yaml//modules/remote-state"
13
- version = "1.5.0"
+ version = "1.8.0"
14
15
bypass = !local.tf_update_access_enabled
16
src/remote-state.tf
@@ -1,6 +1,6 @@
1
module "account_map" {
2
3
4
5
component = "account-map"
6
environment = module.iam_roles.global_environment_name
0 commit comments