Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent f9b7cdc commit f2b5fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/remote-state.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "dns_delegated" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "dns-delegated"
environment = module.iam_roles.global_environment_name
Expand All @@ -10,7 +10,7 @@ module "dns_delegated" {

module "acm" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "acm"
ignore_errors = true
Expand All @@ -24,7 +24,7 @@ module "acm" {

module "vpc" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "vpc"

Expand Down

0 comments on commit f2b5fe0

Please sign in to comment.