Skip to content

Commit f2b5fe0

Browse files
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0
1 parent f9b7cdc commit f2b5fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/remote-state.tf

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

1515
component = "acm"
1616
ignore_errors = true
@@ -24,7 +24,7 @@ module "acm" {
2424

2525
module "vpc" {
2626
source = "cloudposse/stack-config/yaml//modules/remote-state"
27-
version = "1.5.0"
27+
version = "1.8.0"
2828

2929
component = "vpc"
3030

0 commit comments

Comments
 (0)