File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
doc/user/data/self_managed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ variable "orchestratord_version" {
2727}
2828
2929module "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"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ variable "orchestratord_version" {
5151}
5252
5353module "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
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ variable "orchestratord_version" {
5151}
5252
5353module "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
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ resource "azurerm_resource_group" "materialize" {
6060}
6161
6262module "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"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ provider "helm" {
2929}
3030
3131module "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
You can’t perform that action at this time.
0 commit comments