File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ variable "orchestratord_version" {
27
27
}
28
28
29
29
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 "
31
31
32
32
# Basic settings
33
33
namespace = " aws-persistent"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ variable "orchestratord_version" {
51
51
}
52
52
53
53
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 "
55
55
56
56
providers = {
57
57
aws = aws
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ variable "orchestratord_version" {
51
51
}
52
52
53
53
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 "
55
55
56
56
providers = {
57
57
aws = aws
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ resource "azurerm_resource_group" "materialize" {
60
60
}
61
61
62
62
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 "
64
64
resource_group_name = azurerm_resource_group. materialize . name
65
65
location = " eastus2"
66
66
prefix = " mz-tf-test"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ provider "helm" {
48
48
}
49
49
50
50
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 "
52
52
53
53
project_id = var. project_id
54
54
region = var. region
You can’t perform that action at this time.
0 commit comments