Skip to content

Commit

Permalink
Update Terraform cloudposse/config-storage/aws to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 9464903 commit d96c6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "cis_rules" {

module "aws_config_storage" {
source = "cloudposse/config-storage/aws"
version = "1.0.0"
version = "1.0.2"

force_destroy = var.force_destroy
tags = module.this.tags
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {

module "aws_config_storage" {
source = "cloudposse/config-storage/aws"
version = "1.0.0"
version = "1.0.2"

force_destroy = var.force_destroy
tags = module.this.tags
Expand Down
2 changes: 1 addition & 1 deletion examples/hipaa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "aws_config_storage" {
source = "cloudposse/config-storage/aws"
version = "1.0.0"
version = "1.0.2"

force_destroy = var.force_destroy
tags = module.this.tags
Expand Down

0 comments on commit d96c6e0

Please sign in to comment.