Guardrails for GitHub →
Policy Packs
Deploy AWS IAM Stack

Policy Setting: AWS > IAM > Stack [Native] > Source

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_iam_stack_source" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-iam#/policy/types/iamStackNativeSource"
# Create a stack, using the ./stack/source.tofu
value = file("./stack/source.tofu")
# Destroy all resources in the stack
# value = "{}"
}