Skip to content

Commit

Permalink
Pin tag to use of TF AWS pre-reqs module (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright authored Jun 27, 2023
1 parent 3193eeb commit 53997ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provider "aws" {
}

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

env_prefix = var.env_prefix
aws_region = var.aws_region
Expand All @@ -29,4 +29,4 @@ module "cdp_aws_quickstart" {
cdp_profile = var.cdp_profile

ingress_extra_cidrs_and_ports = var.ingress_extra_cidrs_and_ports
}
}

0 comments on commit 53997ed

Please sign in to comment.