Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest committed Jul 24, 2024
1 parent 95026c1 commit 83c30ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terragrunt/org_account/organization/scp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ data "aws_iam_policy_document" "aws_nuke_guardrails" {
}

resource "aws_organizations_policy" "aws_nuke_guardrails" {
name = "AWS Nuke Guardrails"
name = "AWS Nuke Guardrails"
description = "Guardrails to protect AWS Control Tower and AWS SSO resources"
type = "SERVICE_CONTROL_POLICY"
content = data.aws_iam_policy_document.aws_nuke_guardrails.json
type = "SERVICE_CONTROL_POLICY"
content = data.aws_iam_policy_document.aws_nuke_guardrails.json
}

0 comments on commit 83c30ae

Please sign in to comment.