File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ provider "aws" {
47
47
}
48
48
49
49
module "cdp_aws_prereqs" {
50
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.8.2 "
50
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.8.3 "
51
51
52
52
env_prefix = var. env_prefix
53
53
aws_region = var. aws_region
@@ -90,7 +90,7 @@ module "cdp_aws_prereqs" {
90
90
}
91
91
92
92
module "cdp_deploy" {
93
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.2 "
93
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.3 "
94
94
95
95
env_prefix = var. env_prefix
96
96
infra_type = " aws"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ provider "azuread" {
56
56
}
57
57
58
58
module "cdp_azure_prereqs" {
59
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.8.2 "
59
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.8.3 "
60
60
61
61
env_prefix = var. env_prefix
62
62
azure_region = var. azure_region
@@ -78,7 +78,7 @@ module "cdp_azure_prereqs" {
78
78
}
79
79
80
80
module "cdp_deploy" {
81
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.2 "
81
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.3 "
82
82
83
83
env_prefix = var. env_prefix
84
84
infra_type = " azure"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ provider "google" {
45
45
46
46
47
47
module "cdp_gcp_prereqs" {
48
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.8.2 "
48
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.8.3 "
49
49
50
50
env_prefix = var. env_prefix
51
51
gcp_region = var. gcp_region
@@ -62,7 +62,7 @@ module "cdp_gcp_prereqs" {
62
62
}
63
63
64
64
module "cdp_deploy" {
65
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.2 "
65
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.3 "
66
66
67
67
env_prefix = var. env_prefix
68
68
infra_type = " gcp"
You can’t perform that action at this time.
0 commit comments