Skip to content

Commit

Permalink
Merge pull request #69 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…complete/clouddrove/iam-role/aws-1.3.1

build(deps): bump clouddrove/iam-role/aws from 1.3.0 to 1.3.1 in /_example/complete
  • Loading branch information
theprashantyadav authored Mar 12, 2024
2 parents 2105c9e + f3820c0 commit bafea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module "public_subnets" {

module "iam-role" {
source = "clouddrove/iam-role/aws"
version = "1.3.0"
version = "1.3.1"
name = "iam-role"
environment = local.environment
label_order = local.label_order
Expand Down

0 comments on commit bafea00

Please sign in to comment.