We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a386c51 commit afd6763Copy full SHA for afd6763
iam-policies/terraform/.module.toml
@@ -2,4 +2,4 @@
2
name = "aws-elastio-iam-policies"
3
description = "A collection of AWS IAM policies for use with Elastio"
4
type = "terraform"
5
-version = "0.33.0"
+version = "0.33.1"
iam-policies/terraform/README.md
@@ -9,7 +9,7 @@ This Terraform module deploys additional Elastio IAM managed policies that you c
9
```tf
10
module "elastio_policies" {
11
source = "terraform.cloudsmith.io/public/elastio-iam-policies/aws"
12
- version = "0.33.0"
+ version = "0.33.1"
13
14
// Provide input parameters
15
}
0 commit comments