File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 26
26
27
27
| Name | Source | Version |
28
28
| ------| --------| ---------|
29
- | <a name =" module_cdp_aws_prereqs " ></a > [ cdp\_ aws\_ prereqs] ( #module\_ cdp\_ aws\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs | v0.11.1 |
30
- | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.1 |
29
+ | <a name =" module_cdp_aws_prereqs " ></a > [ cdp\_ aws\_ prereqs] ( #module\_ cdp\_ aws\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs | v0.11.2 |
30
+ | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.2 |
31
31
32
32
## Resources
33
33
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.11.1 "
50
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.11.2 "
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.11.1 "
93
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.11.2 "
94
94
95
95
env_prefix = var. env_prefix
96
96
datalake_image = var. datalake_image
Original file line number Diff line number Diff line change 25
25
26
26
| Name | Source | Version |
27
27
| ------| --------| ---------|
28
- | <a name =" module_cdp_azure_prereqs " ></a > [ cdp\_ azure\_ prereqs] ( #module\_ cdp\_ azure\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs | v0.11.1 |
29
- | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.1 |
28
+ | <a name =" module_cdp_azure_prereqs " ></a > [ cdp\_ azure\_ prereqs] ( #module\_ cdp\_ azure\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs | v0.11.2 |
29
+ | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.2 |
30
30
31
31
## Resources
32
32
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.11.1 "
59
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.11.2 "
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.11.1 "
81
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.11.2 "
82
82
83
83
env_prefix = var. env_prefix
84
84
datalake_image = var. datalake_image
Original file line number Diff line number Diff line change 25
25
26
26
| Name | Source | Version |
27
27
| ------| --------| ---------|
28
- | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.1 |
29
- | <a name =" module_cdp_gcp_prereqs " ></a > [ cdp\_ gcp\_ prereqs] ( #module\_ cdp\_ gcp\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs | v0.11.1 |
28
+ | <a name =" module_cdp_deploy " ></a > [ cdp\_ deploy] ( #module\_ cdp\_ deploy ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy | v0.11.2 |
29
+ | <a name =" module_cdp_gcp_prereqs " ></a > [ cdp\_ gcp\_ prereqs] ( #module\_ cdp\_ gcp\_ prereqs ) | git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs | v0.11.2 |
30
30
31
31
## Resources
32
32
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.11.1 "
48
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.11.2 "
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.11.1 "
65
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.11.2 "
66
66
67
67
env_prefix = var. env_prefix
68
68
datalake_image = var. datalake_image
You can’t perform that action at this time.
0 commit comments