Policy Setting: AWS > Region > Stack > Source
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "aws_iam_regional_access_analyzer_source" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/aws#/policy/types/regionStackSource" note = "AWS CIS v3.0.0 - Controls: 1.20" value = <<-EOT resource "aws_accessanalyzer_analyzer" "cis_access_analyzer" { analyzer_name = "access_analyzer" type = "ACCOUNT" } EOT}