We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee45ba commit 0850a8bCopy full SHA for 0850a8b
2 files changed
asset-account/terraform/stack-set/.module.toml
@@ -2,4 +2,4 @@
2
name = "aws-elastio-asset-account-stack-set"
3
description = "Terraform module for creating the Elastio Asset Account CloudFormation StackSet"
4
type = "terraform"
5
-version = "0.33.0"
+version = "0.33.1"
asset-account/terraform/stack-set/README.md
@@ -16,7 +16,7 @@ See the `examples` directory for some examples of how this module can be used:
16
```tf
17
module "elastio_asset_account" {
18
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
19
- version = "0.33.0"
+ version = "0.33.1"
20
21
// Provide input parameters
22
}
0 commit comments