Sha256: c5e654472439c859e7a930ff64c2ebe72c0910c5561d4b3c791a122373be2911
Contents?: true
Size: 302 Bytes
Versions: 37
Compression:
Stored size: 302 Bytes
Contents
<% buckets.each do |bucket| -%> resource "aws_s3_bucket" "<%= module_name_of(bucket) %>" { bucket = "<%= bucket.name %>" acl = "private" <%- unless (policy = bucket_policy_of(bucket)).nil? -%> policy = <<POLICY <%= prettify_policy(policy.policy.read) %> POLICY <%- end -%> } <% end -%>
Version data entries
37 entries across 37 versions & 3 rubygems