Skip to content

Commit c0a73fa

Browse files
authored
Fix version in the module reference example (#102)
1 parent f00e273 commit c0a73fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam-policies/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Terraform module deploys additional Elastio IAM managed policies that you c
99
```tf
1010
module "elastio_policies" {
1111
source = "terraform.cloudsmith.io/public/elastio-iam-policies/aws"
12-
version = "0.33.1"
12+
version = "0.33.0"
1313
1414
// Provide input parameters
1515
}

0 commit comments

Comments
 (0)