Skip to content

Commit 50f23f8

Browse files
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent b50426c commit 50f23f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/remote-state.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locals {
1111

1212
module "vpc" {
1313
source = "cloudposse/stack-config/yaml//modules/remote-state"
14-
version = "1.5.0"
14+
version = "1.8.0"
1515

1616
component = "vpc"
1717

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

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

2525
component = "ecs/cluster"
2626

0 commit comments

Comments
 (0)