Sha256: 6ccf12c0d1af94b8c14dd77262a1fc510876570cae7c7c042f3f3355818319d1
Contents?: true
Size: 370 Bytes
Versions: 10
Compression:
Stored size: 370 Bytes
Contents
<% cache_subnet_groups.each do |cache_subnet_group| -%> resource "aws_elasticache_subnet_group" "<%= module_name_of(cache_subnet_group) %>" { 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
10 entries across 10 versions & 2 rubygems