Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/efs/aws to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 07899c8 commit 83e4ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module "ecr" {
# EFS to store Jenkins state (settings, jobs, etc.)
module "efs" {
source = "cloudposse/efs/aws"
version = "0.32.7"
version = "0.33.0"
attributes = ["efs"]
region = var.region
vpc_id = var.vpc_id
Expand Down

0 comments on commit 83e4ccb

Please sign in to comment.