Skip to content

Commit 3e48916

Browse files
terraform tests: Bump to AWS v0.8.2, GCP v0.8.3, Azure v0.8.2
1 parent 6435f83 commit 3e48916

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/terraform/aws-persistent/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "orchestratord_version" {
2727
}
2828

2929
module "materialize_infrastructure" {
30-
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.1"
30+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.2"
3131

3232
# Basic settings
3333
namespace = "aws-persistent"

test/terraform/aws-temporary/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "orchestratord_version" {
5151
}
5252

5353
module "materialize_infrastructure" {
54-
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.1"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.2"
5555

5656
providers = {
5757
aws = aws

test/terraform/aws-upgrade/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "orchestratord_version" {
5151
}
5252

5353
module "materialize_infrastructure" {
54-
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.1"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.8.2"
5555

5656
providers = {
5757
aws = aws

test/terraform/azure-temporary/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "azurerm_resource_group" "materialize" {
6060
}
6161

6262
module "materialize" {
63-
source = "git::https://github.com/MaterializeInc/terraform-azurerm-materialize.git?ref=v0.8.1"
63+
source = "git::https://github.com/MaterializeInc/terraform-azurerm-materialize.git?ref=v0.8.2"
6464
resource_group_name = azurerm_resource_group.materialize.name
6565
location = "eastus2"
6666
prefix = "mz-tf-test"

0 commit comments

Comments
 (0)