Skip to content

add variable bucket_policy_document_template to use the bucket arn within the policy within the module to avoid loops

Compare
Choose a tag to compare
@badra001 badra001 released this 28 Feb 16:36
· 8 commits to master since this release
  • 2.4.3 -- 2022-02-28
    • add variable bucket_policy_document_template to use the bucket arn within the policy within the module to avoid loops
      • ${s3_bucket_arn} in the template to get replaced with the created s3 bucket ARN
      • ${s3_bucket_id} in the template to get replaced with the created s3 bucket ID
      • ${kms_key_arn} in the template to get replaced with the provided or created KMS Key ARN