Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_iam_policy_document logical resource #3124

Closed
wants to merge 1 commit into from
Closed

aws_iam_policy_document logical resource #3124

wants to merge 1 commit into from

Commits on Apr 17, 2016

  1. aws_iam_policy_document logical resource.

    A helper to construct IAM policy documents using familiar Terraform
    concepts. Makes Terraform-style interpolations easier and resolves the
    syntax conflict between Terraform interpolations and IAM policy variables
    by changing the latter to use &{...} for its interpolations.
    
    Its use is completely optional and users are free to go on using literal
    heredocs, file interpolations or whatever else; this just adds another
    option that fits more naturally into a Terraform config.
    apparentlymart committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    5dc3bbe View commit details
    Browse the repository at this point in the history