File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
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.0 "
50
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.8.1 "
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.0 "
93
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.1 "
94
94
95
95
env_prefix = var. env_prefix
96
96
infra_type = " aws"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ terraform {
21
21
}
22
22
azurerm = {
23
23
source = " hashicorp/azurerm"
24
- version = " 3.84 .0"
24
+ version = " >= 4.0 .0"
25
25
}
26
26
azuread = {
27
27
source = " hashicorp/azuread"
@@ -43,7 +43,6 @@ terraform {
43
43
}
44
44
45
45
provider "azurerm" {
46
- skip_provider_registration = true
47
46
features {
48
47
resource_group {
49
48
prevent_deletion_if_contains_resources = false
@@ -56,7 +55,7 @@ provider "azuread" {
56
55
}
57
56
58
57
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.0 "
58
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.8.1 "
60
59
61
60
env_prefix = var. env_prefix
62
61
azure_region = var. azure_region
@@ -77,7 +76,7 @@ module "cdp_azure_prereqs" {
77
76
}
78
77
79
78
module "cdp_deploy" {
80
- source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.0 "
79
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.1 "
81
80
82
81
env_prefix = var. env_prefix
83
82
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.0 "
48
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.8.1 "
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.0 "
65
+ source = " git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.8.1 "
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