Skip to content

Commit 96b59b6

Browse files
authored
Merge pull request #32462 from def-/pr-terraform-bump
terraform tests: Bump to latest terraform versions
2 parents 5627c00 + d8c7c1a commit 96b59b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2.7"
30+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.4.4"
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.4.2"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.4.4"
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.4.2"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.4.4"
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.3.3"
63+
source = "git::https://github.com/MaterializeInc/terraform-azurerm-materialize.git?ref=v0.4.1"
6464
resource_group_name = azurerm_resource_group.materialize.name
6565
location = "eastus2"
6666
prefix = "mz-tf-test"

test/terraform/gcp-temporary/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ provider "helm" {
4848
}
4949

5050
module "materialize" {
51-
source = "github.com/MaterializeInc/terraform-google-materialize?ref=v0.4.0"
51+
source = "github.com/MaterializeInc/terraform-google-materialize?ref=v0.4.1"
5252

5353
project_id = var.project_id
5454
region = var.region

0 commit comments

Comments
 (0)