Sha256: 106dabf0d42ec828fe63182fa9d268d6189b609d10bf53f242aee2ac04dde15e
Contents?: true
Size: 378 Bytes
Versions: 22
Compression:
Stored size: 378 Bytes
Contents
<% cache_subnet_groups.each do |cache_subnet_group| -%> resource "aws_elasticache_subnet_group" "<%= cache_subnet_group.cache_subnet_group_name %>" { name = "<%= cache_subnet_group.cache_subnet_group_name %>" description = "<%= cache_subnet_group.cache_subnet_group_description %>" subnet_ids = <%= subnet_ids_of(cache_subnet_group).inspect %> } <% end -%>
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
terraforming-0.1.2 | lib/terraforming/template/tf/elasti_cache_subnet_group.erb |
terraforming-0.1.1 | lib/terraforming/template/tf/elasti_cache_subnet_group.erb |