Skip to content

Commit 9b41939

Browse files
Update remote-states modules to the latest version (#820)
Co-authored-by: cloudpossebot <[email protected]>
1 parent 2d1f200 commit 9b41939

File tree

149 files changed

+270
-270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+270
-270
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
2-
COPY aws/ /aws
3-
WORKDIR /aws
2+
COPY modules/ /modules
3+
WORKDIR /modules

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2022 Cloud Posse, LLC
189+
Copyright 2018-2023 Cloud Posse, LLC
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

modules/account-map/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ components:
5555
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.2.0 |
5656
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.9.0 |
5757
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.3 |
58-
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.8.0 |
58+
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.10.0 |
5959

6060
## Providers
6161

6262
| Name | Version |
6363
|------|---------|
6464
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.9.0 |
6565
| <a name="provider_local"></a> [local](#provider\_local) | >= 1.3 |
66-
| <a name="provider_utils"></a> [utils](#provider\_utils) | >= 1.8.0 |
66+
| <a name="provider_utils"></a> [utils](#provider\_utils) | >= 1.10.0 |
6767

6868
## Modules
6969

7070
| Name | Source | Version |
7171
|------|--------|---------|
72-
| <a name="module_accounts"></a> [accounts](#module\_accounts) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.2 |
72+
| <a name="module_accounts"></a> [accounts](#module\_accounts) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7373
| <a name="module_atmos"></a> [atmos](#module\_atmos) | cloudposse/label/null | 0.25.0 |
7474
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
7575

modules/account-map/modules/iam-roles/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "always" {
1717

1818
module "account_map" {
1919
source = "cloudposse/stack-config/yaml//modules/remote-state"
20-
version = "1.4.2"
20+
version = "1.5.0"
2121

2222
component = "account-map"
2323
privileged = var.privileged

modules/account-map/modules/roles-to-principals/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module "always" {
1010

1111
module "account_map" {
1212
source = "cloudposse/stack-config/yaml//modules/remote-state"
13-
version = "1.4.2"
13+
version = "1.5.0"
1414

1515
component = "account-map"
1616
privileged = var.privileged

modules/account-map/modules/team-assume-role-policy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ No requirements.
4747
|------|--------|---------|
4848
| <a name="module_allowed_role_map"></a> [allowed\_role\_map](#module\_allowed\_role\_map) | ../../../account-map/modules/roles-to-principals | n/a |
4949
| <a name="module_denied_role_map"></a> [denied\_role\_map](#module\_denied\_role\_map) | ../../../account-map/modules/roles-to-principals | n/a |
50-
| <a name="module_github_oidc_provider"></a> [github\_oidc\_provider](#module\_github\_oidc\_provider) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.2 |
50+
| <a name="module_github_oidc_provider"></a> [github\_oidc\_provider](#module\_github\_oidc\_provider) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
5151
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
5252

5353
## Resources

modules/account-map/modules/team-assume-role-policy/github-assume-role-policy.mixin.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "github_oidc_provider" {
6060
count = local.github_oidc_enabled ? 1 : 0
6161

6262
source = "cloudposse/stack-config/yaml//modules/remote-state"
63-
version = "1.4.2"
63+
version = "1.5.0"
6464

6565
component = "github-oidc-provider"
6666
environment = var.global_environment_name

modules/account-map/remote-state.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "accounts" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.2"
3+
version = "1.5.0"
44

55
component = "account"
66
privileged = true

modules/account-map/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
utils = {
1414
source = "cloudposse/utils"
15-
version = ">= 1.8.0"
15+
version = ">= 1.10.0"
1616
}
1717
}
1818
}

modules/acm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ components:
6969
| Name | Source | Version |
7070
|------|--------|---------|
7171
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/acm-request-certificate/aws | 0.16.0 |
72-
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
72+
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7373
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
74-
| <a name="module_private_ca"></a> [private\_ca](#module\_private\_ca) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
74+
| <a name="module_private_ca"></a> [private\_ca](#module\_private\_ca) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7575
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
7676
7777
## Resources

modules/acm/remote-state.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "private_ca" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.3"
3+
version = "1.5.0"
44

55
count = local.private_ca_enabled ? 1 : 0
66

@@ -13,7 +13,7 @@ module "private_ca" {
1313

1414
module "dns_delegated" {
1515
source = "cloudposse/stack-config/yaml//modules/remote-state"
16-
version = "1.4.3"
16+
version = "1.5.0"
1717

1818
component = var.dns_delegated_component_name
1919
stage = var.dns_delegated_stage_name

modules/alb/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ No providers.
3434
3535
| Name | Source | Version |
3636
|------|--------|---------|
37-
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
37+
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
3838
| <a name="module_alb"></a> [alb](#module\_alb) | cloudposse/alb/aws | 1.10.0 |
39-
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
39+
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
4040
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
4141
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
42-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
42+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
4343
4444
## Resources
4545

modules/alb/remote-state.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "vpc" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.3"
3+
version = "1.5.0"
44

55
component = var.vpc_component_name
66

@@ -9,7 +9,7 @@ module "vpc" {
99

1010
module "dns_delegated" {
1111
source = "cloudposse/stack-config/yaml//modules/remote-state"
12-
version = "1.4.3"
12+
version = "1.5.0"
1313

1414
component = var.dns_delegated_component_name
1515
environment = coalesce(var.dns_delegated_environment_name, module.iam_roles.global_environment_name)
@@ -29,7 +29,7 @@ module "dns_delegated" {
2929

3030
module "acm" {
3131
source = "cloudposse/stack-config/yaml//modules/remote-state"
32-
version = "1.4.3"
32+
version = "1.5.0"
3333

3434
component = var.acm_component_name
3535

modules/amplify/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ atmos terraform apply amplify/example -s <stack>
152152
|------|--------|---------|
153153
| <a name="module_amplify_app"></a> [amplify\_app](#module\_amplify\_app) | cloudposse/amplify-app/aws | 0.2.1 |
154154
| <a name="module_certificate_verification_dns_record"></a> [certificate\_verification\_dns\_record](#module\_certificate\_verification\_dns\_record) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
155-
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
155+
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
156156
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
157157
| <a name="module_subdomains_dns_record"></a> [subdomains\_dns\_record](#module\_subdomains\_dns\_record) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
158158
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

modules/amplify/remote-state.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "dns_delegated" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.1"
3+
version = "1.5.0"
44

55
component = var.dns_delegated_component_name
66
environment = var.dns_delegated_environment_name

modules/api-gateway-rest-api/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ components:
5454
5555
| Name | Source | Version |
5656
|------|--------|---------|
57-
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
57+
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
5858
| <a name="module_api_gateway_rest_api"></a> [api\_gateway\_rest\_api](#module\_api\_gateway\_rest\_api) | cloudposse/api-gateway/aws | 0.3.1 |
59-
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
59+
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
6060
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
6161
| <a name="module_nlb"></a> [nlb](#module\_nlb) | cloudposse/nlb/aws | 0.12.0 |
6262
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
63-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
63+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
6464
6565
## Resources
6666

modules/api-gateway-rest-api/remote-state.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "dns_delegated" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.1"
3+
version = "1.5.0"
44

55
component = "dns-delegated"
66
environment = module.iam_roles.global_environment_name
@@ -10,7 +10,7 @@ module "dns_delegated" {
1010

1111
module "acm" {
1212
source = "cloudposse/stack-config/yaml//modules/remote-state"
13-
version = "1.4.1"
13+
version = "1.5.0"
1414

1515
component = "acm"
1616
ignore_errors = true
@@ -20,7 +20,7 @@ module "acm" {
2020

2121
module "vpc" {
2222
source = "cloudposse/stack-config/yaml//modules/remote-state"
23-
version = "1.4.1"
23+
version = "1.5.0"
2424

2525
component = "vpc"
2626

modules/athena/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ component
129129

130130
| Name | Source | Version |
131131
|------|--------|---------|
132-
| <a name="module_account_map"></a> [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
132+
| <a name="module_account_map"></a> [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
133133
| <a name="module_athena"></a> [athena](#module\_athena) | cloudposse/athena/aws | 0.1.1 |
134-
| <a name="module_cloudtrail_bucket"></a> [cloudtrail\_bucket](#module\_cloudtrail\_bucket) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
134+
| <a name="module_cloudtrail_bucket"></a> [cloudtrail\_bucket](#module\_cloudtrail\_bucket) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
135135
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
136136
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
137137

modules/athena/remote-state.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "cloudtrail_bucket" {
22
count = local.cloudtrail_enabled ? 1 : 0
33

44
source = "cloudposse/stack-config/yaml//modules/remote-state"
5-
version = "1.4.1"
5+
version = "1.5.0"
66

77
component = var.cloudtrail_bucket_component_name
88

@@ -11,7 +11,7 @@ module "cloudtrail_bucket" {
1111

1212
module "account_map" {
1313
source = "cloudposse/stack-config/yaml//modules/remote-state"
14-
version = "1.4.1"
14+
version = "1.5.0"
1515
component = "account-map"
1616

1717
tenant = module.iam_roles.global_tenant_name

modules/aurora-mysql-resources/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ components:
7171
|------|--------|---------|
7272
| <a name="module_additional_grants"></a> [additional\_grants](#module\_additional\_grants) | ./modules/mysql-user | n/a |
7373
| <a name="module_additional_users"></a> [additional\_users](#module\_additional\_users) | ./modules/mysql-user | n/a |
74-
| <a name="module_aurora_mysql"></a> [aurora\_mysql](#module\_aurora\_mysql) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
74+
| <a name="module_aurora_mysql"></a> [aurora\_mysql](#module\_aurora\_mysql) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7575
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
7676
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
7777

modules/aurora-mysql-resources/remote-state.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "aurora_mysql" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.1"
3+
version = "1.5.0"
44

55
component = var.aurora_mysql_component_name
66

modules/aurora-mysql/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ Reploying the component should show no changes. For example, `atmos terraform ap
171171
|------|--------|---------|
172172
| <a name="module_aurora_mysql"></a> [aurora\_mysql](#module\_aurora\_mysql) | cloudposse/rds-cluster/aws | 1.3.1 |
173173
| <a name="module_cluster"></a> [cluster](#module\_cluster) | cloudposse/label/null | 0.25.0 |
174-
| <a name="module_dns-delegated"></a> [dns-delegated](#module\_dns-delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
175-
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
174+
| <a name="module_dns-delegated"></a> [dns-delegated](#module\_dns-delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
175+
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
176176
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
177177
| <a name="module_kms_key_rds"></a> [kms\_key\_rds](#module\_kms\_key\_rds) | cloudposse/kms-key/aws | 0.12.1 |
178178
| <a name="module_parameter_store_write"></a> [parameter\_store\_write](#module\_parameter\_store\_write) | cloudposse/ssm-parameter-store/aws | 0.11.0 |
179-
| <a name="module_primary_cluster"></a> [primary\_cluster](#module\_primary\_cluster) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
179+
| <a name="module_primary_cluster"></a> [primary\_cluster](#module\_primary\_cluster) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
180180
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
181-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
182-
| <a name="module_vpc_ingress"></a> [vpc\_ingress](#module\_vpc\_ingress) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
181+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
182+
| <a name="module_vpc_ingress"></a> [vpc\_ingress](#module\_vpc\_ingress) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
183183

184184
## Resources
185185

modules/aurora-mysql/remote-state.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ locals {
44

55
module "dns-delegated" {
66
source = "cloudposse/stack-config/yaml//modules/remote-state"
7-
version = "1.4.1"
7+
version = "1.5.0"
88

99
component = "dns-delegated"
1010
environment = "gbl"
@@ -14,7 +14,7 @@ module "dns-delegated" {
1414

1515
module "eks" {
1616
source = "cloudposse/stack-config/yaml//modules/remote-state"
17-
version = "1.4.1"
17+
version = "1.5.0"
1818

1919
for_each = var.eks_component_names
2020

@@ -25,7 +25,7 @@ module "eks" {
2525

2626
module "vpc" {
2727
source = "cloudposse/stack-config/yaml//modules/remote-state"
28-
version = "1.4.1"
28+
version = "1.5.0"
2929

3030
component = "vpc"
3131

@@ -34,7 +34,7 @@ module "vpc" {
3434

3535
module "vpc_ingress" {
3636
source = "cloudposse/stack-config/yaml//modules/remote-state"
37-
version = "1.4.1"
37+
version = "1.5.0"
3838

3939
for_each = local.accounts_with_vpc
4040

@@ -49,7 +49,7 @@ module "vpc_ingress" {
4949

5050
module "primary_cluster" {
5151
source = "cloudposse/stack-config/yaml//modules/remote-state"
52-
version = "1.4.1"
52+
version = "1.5.0"
5353

5454
count = local.remote_read_replica_enabled ? 1 : 0
5555

modules/aurora-postgres-resources/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ components:
4747
|------|--------|---------|
4848
| <a name="module_additional_grants"></a> [additional\_grants](#module\_additional\_grants) | ./modules/postgresql-user | n/a |
4949
| <a name="module_additional_users"></a> [additional\_users](#module\_additional\_users) | ./modules/postgresql-user | n/a |
50-
| <a name="module_aurora_postgres"></a> [aurora\_postgres](#module\_aurora\_postgres) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
50+
| <a name="module_aurora_postgres"></a> [aurora\_postgres](#module\_aurora\_postgres) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
5151
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
5252
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
5353

modules/aurora-postgres-resources/remote-state.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "aurora_postgres" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.1"
3+
version = "1.5.0"
44

55
component = var.aurora_postgres_component_name
66

modules/aurora-postgres/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ components:
103103
|------|--------|---------|
104104
| <a name="module_aurora_postgres_cluster"></a> [aurora\_postgres\_cluster](#module\_aurora\_postgres\_cluster) | cloudposse/rds-cluster/aws | 1.3.2 |
105105
| <a name="module_cluster"></a> [cluster](#module\_cluster) | cloudposse/label/null | 0.25.0 |
106-
| <a name="module_dns_gbl_delegated"></a> [dns\_gbl\_delegated](#module\_dns\_gbl\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
107-
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
106+
| <a name="module_dns_gbl_delegated"></a> [dns\_gbl\_delegated](#module\_dns\_gbl\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
107+
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
108108
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
109109
| <a name="module_kms_key_rds"></a> [kms\_key\_rds](#module\_kms\_key\_rds) | cloudposse/kms-key/aws | 0.12.1 |
110110
| <a name="module_parameter_store_write"></a> [parameter\_store\_write](#module\_parameter\_store\_write) | cloudposse/ssm-parameter-store/aws | 0.11.0 |
111111
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
112-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
113-
| <a name="module_vpc_ingress"></a> [vpc\_ingress](#module\_vpc\_ingress) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
112+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
113+
| <a name="module_vpc_ingress"></a> [vpc\_ingress](#module\_vpc\_ingress) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
114114

115115
## Resources
116116

0 commit comments

Comments
 (0)