Skip to content

Commit

Permalink
Fixed yaml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Fry committed May 12, 2023
1 parent 8678895 commit 27e1907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/cfn-abi-control-tower-integration.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ Parameters:
Description: "Enter the S3 key prefix for Lacework Control Tower Cloudformation assets directory. Use this if you want to customize your deployment."
CTLogAccountTemplate:
Type: String
Default: lacework-aws-ct-log.template.yml
Default: lacework-aws-ct-log.template.yaml
MinLength: '1'
Description: "Enter the Cloudformation template for the log account. Expected to be in a templates/ directory."
CTAuditAccountTemplate:
Type: String
Default: lacework-aws-ct-audit.template.yml
Default: lacework-aws-ct-audit.template.yaml
MinLength: '1'
Description: "Enter the Cloudformation template for the audit account. Expected to be in a templates/ directory."
CFGMemberAccountTemplate:
Type: String
Default: lacework-aws-cfg-member.template.yml
Default: lacework-aws-cfg-member.template.yaml
MinLength: '1'
Description: "Enter the Cloudformation template for a member account. Expected to be in a templates/ directory."
LaceworkAWSAccountId:
Expand Down

0 comments on commit 27e1907

Please sign in to comment.