diff --git a/src/README.md b/src/README.md index 3784830..1cfaf66 100644 --- a/src/README.md +++ b/src/README.md @@ -161,9 +161,9 @@ atmos terraform apply guardduty/org-settings/uw1 -s core-uw1-security | Name | Source | Version | |------|--------|---------| -| [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 | +| [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 | | [guardduty](#module\_guardduty) | cloudposse/guardduty/aws | 0.5.0 | -| [guardduty\_delegated\_detector](#module\_guardduty\_delegated\_detector) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 | +| [guardduty\_delegated\_detector](#module\_guardduty\_delegated\_detector) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 | | [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | diff --git a/src/remote-state.tf b/src/remote-state.tf index 5da185e..a79b03d 100644 --- a/src/remote-state.tf +++ b/src/remote-state.tf @@ -1,6 +1,6 @@ module "account_map" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.4.3" + version = "1.5.0" component = "account-map" tenant = var.account_map_tenant != "" ? var.account_map_tenant : module.this.tenant @@ -13,7 +13,7 @@ module "account_map" { module "guardduty_delegated_detector" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.4.3" + version = "1.5.0" # If we are creating the delegated detector (because we are in the delegated admin account), then don't try to lookup # the delegated detector ID from remote state