Skip to content

Commit 078c3a1

Browse files
committed
Bump versions
1 parent 3af0178 commit 078c3a1

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[module]
22
name = "aws-elastio-asset-account-stack-set"
3-
version = "1.0.0"
3+
version = "1.1.0"
44

55
description = "Terraform module for creating the Elastio Asset Account CloudFormation StackSet"
66
type = "terraform"

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 = "1.0.0"
19+
version = "1.1.0"
2020
2121
// Provide input parameters
2222
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[module]
2-
name = "aws-elastio-connector-account"
32
description = "Terraform module for creating the Elastio Connector Account stack"
4-
type = "terraform"
5-
version = "0.33.2"
3+
name = "aws-elastio-connector-account"
4+
type = "terraform"
5+
version = "0.34.0"

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.2"
14+
version = "0.34.0"
1515
1616
// Provide input parameters
1717
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[module]
2-
name = "aws-elastio-nat-provision"
32
description = "Terraform module for creating the Elastio NAT Provision stack"
4-
type = "terraform"
5-
version = "0.33.2"
3+
name = "aws-elastio-nat-provision"
4+
type = "terraform"
5+
version = "0.34.0"

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.2"
14+
version = "0.34.0"
1515
1616
// Provide input parameters
1717
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[module]
2-
name = "aws-elastio-connector-region"
32
description = "Terraform module for creating the Elastio Connector Region stack"
4-
type = "terraform"
5-
version = "0.33.1"
3+
name = "aws-elastio-connector-region"
4+
type = "terraform"
5+
version = "0.34.0"

connector/terraform/modules/region/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_region" {
1313
source = "terraform.cloudsmith.io/public/elastio-connector-region/aws"
14-
version = "0.33.1"
14+
version = "0.34.0"
1515
1616
// Provide input parameters
1717
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[module]
2-
name = "aws-elastio-iam-policies"
32
description = "A collection of AWS IAM policies for use with Elastio"
4-
type = "terraform"
5-
version = "0.33.3"
3+
name = "aws-elastio-iam-policies"
4+
type = "terraform"
5+
version = "0.34.0"

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.3"
12+
version = "0.34.0"
1313
1414
// Provide input parameters
1515
}

0 commit comments

Comments
 (0)