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.12.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.11.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.10.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.9.1 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.9.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.8.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.7.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.6.2 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.6.1 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.6.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.5.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.4.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.3.2 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.3.1 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.3.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.2.0 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.1.6 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.1.5 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.1.4 lib/terraforming/template/tf/elasti_cache_subnet_group.erb
terraforming-0.1.3 lib/terraforming/template/tf/elasti_cache_subnet_group.erb