We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b11b3 commit da4374cCopy full SHA for da4374c
templates/hooks/db_subnet_group/sdk_read_many_post_set_output.go.tpl
@@ -8,9 +8,9 @@
8
}
9
10
if ko.Status.Subnets != nil {
11
- for _, subnetIdIter := range ko.Status.Subnets {
12
- if subnetIdIter.SubnetIdentifier != nil {
13
- ko.Spec.SubnetIDs = append(ko.Spec.SubnetIDs, subnetIdIter.SubnetIdentifier)
+ for _, subnetIdIter := range ko.Status.Subnets {
+ if subnetIdIter.SubnetIdentifier != nil {
+ ko.Spec.SubnetIDs = append(ko.Spec.SubnetIDs, subnetIdIter.SubnetIdentifier)
14
+ }
15
- }
16
0 commit comments