Sha256: 4d48ea6faeb9bbcaed2f2fc850ab21f1adae05e0f31059084cd82b91bc90e9c0
Contents?: true
Size: 357 Bytes
Versions: 38
Compression:
Stored size: 357 Bytes
Contents
<% db_subnet_groups.each do |subnet_group| -%> resource "aws_db_subnet_group" "<%= module_name_of(subnet_group) %>" { name = "<%= subnet_group.db_subnet_group_name %>" description = "<%= subnet_group.db_subnet_group_description %>" subnet_ids = <%= subnet_group.subnets.map { |subnet| subnet.subnet_identifier }.inspect %> } <% end -%>
Version data entries
38 entries across 38 versions & 2 rubygems