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

Version Path
terraforming-0.18.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.17.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.16.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.15.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
aws-insight-0.14.1 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
aws-insight-0.14.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.14.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.13.2 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.13.1 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.13.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb