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.
2 parents f42d10b + b9e6d2e commit 34abed4Copy full SHA for 34abed4
api/src/Command/DataFixtures/AwsResourceFixtures.php
@@ -72,6 +72,7 @@ private function loadVPC(): void
72
->setName('pub_availability_zone')
73
->setType(ResourceArgument::TYPE_SELECT)
74
->setDefaultValue('us-east-1a')
75
+ ->addValue('us-east-1a')
76
->addValue('us-east-1b')
77
->addValue('us-east-1c')
78
->addValue('us-east-1d')
@@ -83,6 +84,7 @@ private function loadVPC(): void
83
84
->setName('prv_availability_zone')
85
86
87
88
89
90
0 commit comments