Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vtaws committed Jan 8, 2025
1 parent 0cdeeda commit c937ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion terraform/manual-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ All stacks are configured with the following timeout settings:
source_account_ids = "123456789012,987654321098"
aws_region = "us-east-1"
quicksight_user = "[email protected]"
tag_version = "4.0.7"
}
```
## Validation Rules
Expand Down
4 changes: 2 additions & 2 deletions terraform/manual-deployment/cid-dashboards/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_cloudformation_stack" "cudos_dashboard" {
# checkov:skip=CKV_AWS_124:SNS topic not required for this use case
name = "cudos-dashboard-stack"
provider = aws
name = "cudos-dashboard-stack"
provider = aws
capabilities = ["CAPABILITY_NAMED_IAM", "CAPABILITY_IAM"]
template_url = "https://aws-managed-cost-intelligence-dashboards.s3.amazonaws.com/cfn/${var.global_values.tag_version}/cid-cfn.yml"
parameters = {
Expand Down

0 comments on commit c937ed7

Please sign in to comment.