Skip to content

Commit 2e7cedc

Browse files
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cd43af commit 2e7cedc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/remote-state.tf

Lines changed: 4 additions & 4 deletions
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.5.0"
3+
version = "1.8.0"
44

55
component = "vpc"
66

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

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

1414
for_each = local.eks_security_group_enabled ? var.eks_component_names : toset([])
1515

@@ -20,7 +20,7 @@ module "eks" {
2020

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

2525
component = "dns-delegated"
2626
environment = "gbl"
@@ -30,7 +30,7 @@ module "dns_delegated" {
3030

3131
module "vpc_ingress" {
3232
source = "cloudposse/stack-config/yaml//modules/remote-state"
33-
version = "1.5.0"
33+
version = "1.8.0"
3434

3535
for_each = toset(var.allow_ingress_from_vpc_stages)
3636

0 commit comments

Comments
 (0)