Skip to content

Commit 4a342ff

Browse files
authored
Bump versions (#119)
1 parent 955fbf6 commit 4a342ff

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

asset-account/terraform/cloudformation-stack/.module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "aws-elastio-asset-account-cloudformation-stack"
33
description = "Terraform module for creating the Elastio Asset Account CloudFormation stack"
44
type = "terraform"
5-
version = "0.33.0"
5+
version = "0.33.1"

asset-account/terraform/cloudformation-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the basic [usage example](./examples/basic/main.tf).
1313
```tf
1414
module "elastio_asset_account" {
1515
source = "terraform.cloudsmith.io/public/elastio-asset-account-cloudformation-stack/aws"
16-
version = "0.33.0"
16+
version = "0.33.1"
1717
1818
// Provide input parameters
1919
}

asset-account/terraform/stack-set/.module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "aws-elastio-asset-account-stack-set"
33
description = "Terraform module for creating the Elastio Asset Account CloudFormation StackSet"
44
type = "terraform"
5-
version = "0.33.1"
5+
version = "0.33.2"

asset-account/terraform/stack-set/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the `examples` directory for some examples of how this module can be used:
1616
```tf
1717
module "elastio_asset_account" {
1818
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
19-
version = "0.33.1"
19+
version = "0.33.2"
2020
2121
// Provide input parameters
2222
}

connector/terraform/.module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "aws-elastio-connector"
33
description = "Terraform module for creating the Elastio Connector Account and Region stacks"
44
type = "terraform"
5-
version = "0.33.1"
5+
version = "0.33.2"

connector/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here is the basic example usage of the module that deploys Elastio Connectors in
3838
```tf
3939
module "elastio_connector" {
4040
source = "terraform.cloudsmith.io/public/elastio-connector/aws"
41-
version = "0.33.1"
41+
version = "0.33.2"
4242
4343
elastio_tenant = var.elastio_tenant
4444
elastio_pat = var.elastio_pat

connector/terraform/modules/account/.module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "aws-elastio-connector-account"
33
description = "Terraform module for creating the Elastio Connector Account stack"
44
type = "terraform"
5-
version = "0.33.1"
5+
version = "0.33.2"

connector/terraform/modules/account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [`elastio-connector` module implementation](../../main.tf) for an exampl
1111
```tf
1212
module "elastio_connector_account" {
1313
source = "terraform.cloudsmith.io/public/elastio-conenctor-account/aws"
14-
version = "0.33.1"
14+
version = "0.33.2"
1515
1616
// Provide input parameters
1717
}

connector/terraform/modules/nat-provision/.module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "aws-elastio-nat-provision"
33
description = "Terraform module for creating the Elastio NAT Provision stack"
44
type = "terraform"
5-
version = "0.33.1"
5+
version = "0.33.2"

connector/terraform/modules/nat-provision/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [`elastio-connector` module implementation](../../main.tf) for an exampl
1111
```tf
1212
module "elastio_nat_provision" {
1313
source = "terraform.cloudsmith.io/public/elastio-nat-provision/aws"
14-
version = "0.33.1"
14+
version = "0.33.2"
1515
1616
// Provide input parameters
1717
}

0 commit comments

Comments
 (0)