Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asset-account/terraform/cloudformation-stack/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-asset-account-cloudformation-stack"
description = "Terraform module for creating the Elastio Asset Account CloudFormation stack"
type = "terraform"
version = "0.33.0"
version = "0.33.1"
2 changes: 1 addition & 1 deletion asset-account/terraform/cloudformation-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the basic [usage example](./examples/basic/main.tf).
```tf
module "elastio_asset_account" {
source = "terraform.cloudsmith.io/public/elastio-asset-account-cloudformation-stack/aws"
version = "0.33.0"
version = "0.33.1"

// Provide input parameters
}
Expand Down
2 changes: 1 addition & 1 deletion asset-account/terraform/stack-set/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-asset-account-stack-set"
description = "Terraform module for creating the Elastio Asset Account CloudFormation StackSet"
type = "terraform"
version = "0.33.1"
version = "0.33.2"
2 changes: 1 addition & 1 deletion asset-account/terraform/stack-set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the `examples` directory for some examples of how this module can be used:
```tf
module "elastio_asset_account" {
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
version = "0.33.1"
version = "0.33.2"

// Provide input parameters
}
Expand Down
2 changes: 1 addition & 1 deletion connector/terraform/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-connector"
description = "Terraform module for creating the Elastio Connector Account and Region stacks"
type = "terraform"
version = "0.33.1"
version = "0.33.2"
2 changes: 1 addition & 1 deletion connector/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here is the basic example usage of the module that deploys Elastio Connectors in
```tf
module "elastio_connector" {
source = "terraform.cloudsmith.io/public/elastio-connector/aws"
version = "0.33.1"
version = "0.33.2"

elastio_tenant = var.elastio_tenant
elastio_pat = var.elastio_pat
Expand Down
2 changes: 1 addition & 1 deletion connector/terraform/modules/account/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-connector-account"
description = "Terraform module for creating the Elastio Connector Account stack"
type = "terraform"
version = "0.33.1"
version = "0.33.2"
2 changes: 1 addition & 1 deletion connector/terraform/modules/account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [`elastio-connector` module implementation](../../main.tf) for an exampl
```tf
module "elastio_connector_account" {
source = "terraform.cloudsmith.io/public/elastio-conenctor-account/aws"
version = "0.33.1"
version = "0.33.2"

// Provide input parameters
}
Expand Down
2 changes: 1 addition & 1 deletion connector/terraform/modules/nat-provision/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-nat-provision"
description = "Terraform module for creating the Elastio NAT Provision stack"
type = "terraform"
version = "0.33.1"
version = "0.33.2"
2 changes: 1 addition & 1 deletion connector/terraform/modules/nat-provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [`elastio-connector` module implementation](../../main.tf) for an exampl
```tf
module "elastio_nat_provision" {
source = "terraform.cloudsmith.io/public/elastio-nat-provision/aws"
version = "0.33.1"
version = "0.33.2"

// Provide input parameters
}
Expand Down
2 changes: 1 addition & 1 deletion connector/terraform/modules/region/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-connector-region"
description = "Terraform module for creating the Elastio Connector Region stack"
type = "terraform"
version = "0.33.0"
version = "0.33.1"
2 changes: 1 addition & 1 deletion connector/terraform/modules/region/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [`elastio-connector` module implementation](../../main.tf) for an exampl
```tf
module "elastio_connector_region" {
source = "terraform.cloudsmith.io/public/elastio-connector-region/aws"
version = "0.33.0"
version = "0.33.1"

// Provide input parameters
}
Expand Down
2 changes: 1 addition & 1 deletion iam-policies/terraform/.module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "aws-elastio-iam-policies"
description = "A collection of AWS IAM policies for use with Elastio"
type = "terraform"
version = "0.33.2"
version = "0.33.3"
2 changes: 1 addition & 1 deletion iam-policies/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Terraform module deploys additional Elastio IAM managed policies that you c
```tf
module "elastio_policies" {
source = "terraform.cloudsmith.io/public/elastio-iam-policies/aws"
version = "0.33.2"
version = "0.33.3"

// Provide input parameters
}
Expand Down