Skip to content

Commit

Permalink
Pin to release 0.7.1 of modules (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <jenright@cloudera.com>
  • Loading branch information
jimright authored Jun 21, 2024
1 parent 671ad7e commit 5456dcc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider "aws" {
}

module "cdp_aws_prereqs" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-aws-pre-reqs?ref=v0.7.1"

env_prefix = var.env_prefix
aws_region = var.aws_region
Expand Down Expand Up @@ -50,7 +50,7 @@ module "cdp_aws_prereqs" {
}

module "cdp_deploy" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.1"

env_prefix = var.env_prefix
infra_type = "aws"
Expand Down Expand Up @@ -96,7 +96,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "0.5.8"
version = "0.6.1"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "azuread" {
}

module "cdp_azure_prereqs" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-azure-pre-reqs?ref=v0.7.1"

env_prefix = var.env_prefix
azure_region = var.azure_region
Expand All @@ -46,7 +46,7 @@ module "cdp_azure_prereqs" {
}

module "cdp_deploy" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.1"

env_prefix = var.env_prefix
infra_type = "azure"
Expand All @@ -70,8 +70,8 @@ module "cdp_deploy" {
azure_cdp_subnet_names = module.cdp_azure_prereqs.azure_cdp_subnet_names
azure_cdp_gateway_subnet_names = module.cdp_azure_prereqs.azure_cdp_gateway_subnet_names

azure_cdp_flexible_server_delegated_subnet_names = module.cdp_azure_prereqs.azure_cdp_flexible_server_delegated_subnet_names
azure_database_private_dns_zone_id = module.cdp_azure_prereqs.azure_database_private_dns_zone_id
azure_environment_flexible_server_delegated_subnet_names = module.cdp_azure_prereqs.azure_cdp_flexible_server_delegated_subnet_names
azure_database_private_dns_zone_id = module.cdp_azure_prereqs.azure_database_private_dns_zone_id

azure_security_group_default_uri = module.cdp_azure_prereqs.azure_security_group_default_uri
azure_security_group_knox_uri = module.cdp_azure_prereqs.azure_security_group_knox_uri
Expand Down
4 changes: 2 additions & 2 deletions gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provider "google" {


module "cdp_gcp_prereqs" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-gcp-pre-reqs?ref=v0.7.1"

env_prefix = var.env_prefix
gcp_region = var.gcp_region
Expand All @@ -36,7 +36,7 @@ module "cdp_gcp_prereqs" {
}

module "cdp_deploy" {
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.0"
source = "git::https://github.com/cloudera-labs/terraform-cdp-modules.git//modules/terraform-cdp-deploy?ref=v0.7.1"

env_prefix = var.env_prefix
infra_type = "gcp"
Expand Down

0 comments on commit 5456dcc

Please sign in to comment.