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 @@ -22,7 +22,7 @@ provider "aws" {
22
22
}
23
23
24
24
module "cdp_aws_prereqs" {
25
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.6.3 "
25
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.7.0 "
26
26
27
27
env_prefix = var. env_prefix
28
28
aws_region = var. aws_region
@@ -50,7 +50,7 @@ module "cdp_aws_prereqs" {
50
50
}
51
51
52
52
module "cdp_deploy" {
53
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.6.3 "
53
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0 "
54
54
55
55
env_prefix = var. env_prefix
56
56
infra_type = " aws"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ provider "azuread" {
25
25
}
26
26
27
27
module "cdp_azure_prereqs" {
28
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.6.3 "
28
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.7.0 "
29
29
30
30
env_prefix = var. env_prefix
31
31
azure_region = var. azure_region
@@ -46,7 +46,7 @@ module "cdp_azure_prereqs" {
46
46
}
47
47
48
48
module "cdp_deploy" {
49
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.6.3 "
49
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0 "
50
50
51
51
env_prefix = var. env_prefix
52
52
infra_type = " azure"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ provider "google" {
19
19
20
20
21
21
module "cdp_gcp_prereqs" {
22
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.6.3 "
22
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.7.0 "
23
23
24
24
env_prefix = var. env_prefix
25
25
gcp_region = var. gcp_region
@@ -36,7 +36,7 @@ module "cdp_gcp_prereqs" {
36
36
}
37
37
38
38
module "cdp_deploy" {
39
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.6.3 "
39
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0 "
40
40
41
41
env_prefix = var. env_prefix
42
42
infra_type = " gcp"
You can’t perform that action at this time.
0 commit comments