Skip to content

Commit

Permalink
oidc circleci role
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Whiting authored and Greg Whiting committed Jan 8, 2025
1 parent 5e98ba6 commit 46fa259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_cloudformation_stack" "pki_quickstart" {
template_url = "https://aws-ia-us-east-1.s3.us-east-1.amazonaws.com/cfn-ps-microsoft-pki/templates/microsoft-pki.template.yaml"

capabilities = ["CAPABILITY_AUTO_EXPAND", "CAPABILITY_IAM"]
disable_rollback = true #change to true so we can debug
disable_rollback = false #change to true so we can debug
parameters = {
"VPCCIDR" = var.vpc_cidr_block
"VPCID" = var.ds_managed_ad_vpc_id
Expand Down

0 comments on commit 46fa259

Please sign in to comment.