Skip to content

Commit 41d5a6a

Browse files
authored
Merge pull request #34145 from def-/pr-docs-terraform-26.0.0-rc.4
docs: Bump self-managed to v26.0.0-rc.4, update terraform tests
2 parents e8e4616 + 5814542 commit 41d5a6a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
terraform_gcp_version: v0.5.10
2-
terraform_azure_version: v0.5.10
3-
terraform_aws_version: v0.5.10
4-
terraform_helm_version: v0.1.31
5-
operator_helm_chart_version: v25.2.15
6-
orchestratord_version: v0.164.1
7-
environmentd_version: v0.147.20
1+
terraform_gcp_version: v0.6.1
2+
terraform_azure_version: v0.6.1
3+
terraform_aws_version: v0.6.1
4+
terraform_helm_version: v0.1.32
5+
operator_helm_chart_version: v26.0.0-rc.4
6+
orchestratord_version: v26.0.0-rc.4
7+
environmentd_version: v26.0.0-rc.4

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.5.10"
30+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.6.1"
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.5.10"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.6.1"
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.5.10"
54+
source = "git::https://github.com/MaterializeInc/terraform-aws-materialize.git?ref=v0.6.1"
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.5.10"
63+
source = "git::https://github.com/MaterializeInc/terraform-azurerm-materialize.git?ref=v0.6.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
@@ -29,7 +29,7 @@ provider "helm" {
2929
}
3030

3131
module "materialize" {
32-
source = "github.com/MaterializeInc/terraform-google-materialize?ref=v0.5.3"
32+
source = "github.com/MaterializeInc/terraform-google-materialize?ref=v0.6.1"
3333

3434
project_id = var.project_id
3535
region = var.region

0 commit comments

Comments
 (0)