Skip to content

Commit 26b59c3

Browse files
authored
Update Azurerm provider constraint and CDP module versions to 0.8.1 (#44)
Signed-off-by: Jim Enright <[email protected]>
1 parent ce2bd0d commit 26b59c3

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

aws/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ provider "aws" {
4747
}
4848

4949
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"
5151

5252
env_prefix = var.env_prefix
5353
aws_region = var.aws_region
@@ -90,7 +90,7 @@ module "cdp_aws_prereqs" {
9090
}
9191

9292
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"
9494

9595
env_prefix = var.env_prefix
9696
infra_type = "aws"

azure/main.tf

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
}
2222
azurerm = {
2323
source = "hashicorp/azurerm"
24-
version = "3.84.0"
24+
version = ">= 4.0.0"
2525
}
2626
azuread = {
2727
source = "hashicorp/azuread"
@@ -43,7 +43,6 @@ terraform {
4343
}
4444

4545
provider "azurerm" {
46-
skip_provider_registration = true
4746
features {
4847
resource_group {
4948
prevent_deletion_if_contains_resources = false
@@ -56,7 +55,7 @@ provider "azuread" {
5655
}
5756

5857
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"
6059

6160
env_prefix = var.env_prefix
6261
azure_region = var.azure_region
@@ -77,7 +76,7 @@ module "cdp_azure_prereqs" {
7776
}
7877

7978
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"
8180

8281
env_prefix = var.env_prefix
8382
infra_type = "azure"

gcp/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ provider "google" {
4545

4646

4747
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"
4949

5050
env_prefix = var.env_prefix
5151
gcp_region = var.gcp_region
@@ -62,7 +62,7 @@ module "cdp_gcp_prereqs" {
6262
}
6363

6464
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"
6666

6767
env_prefix = var.env_prefix
6868
infra_type = "gcp"

0 commit comments

Comments
 (0)