|
10 | 10 | allowed_accounts: ["555555555"], |
11 | 11 | tags: { 'application' => 'my-awesome-blog', 'environment' => 'production' }, |
12 | 12 | s3: { 'bucket' => 'my-bucket', 'region' => 'us-east-1' }, |
13 | | - notification_arns: ['test_arn', 'test_arn_2'], |
| 13 | + notification_arns: %w[test_arn test_arn_2], |
14 | 14 | role_arn: 'test_service_role_arn2', |
15 | 15 | base_dir: base_dir, |
16 | 16 | stack_policy_file: 'my_policy.json', |
|
154 | 154 | tags: { 'application' => 'my-awesome-blog', 'environment' => 'staging', 'test_override' => 1 }, |
155 | 155 | s3: { 'bucket' => 'my-bucket', 'region' => 'us-east-1' }, |
156 | 156 | role_arn: 'test_service_role_arn4', |
157 | | - notification_arns: ['test_arn_3', 'test_arn_4'], |
| 157 | + notification_arns: %w[test_arn_3 test_arn_4], |
158 | 158 | template: 'myapp_vpc.rb', |
159 | 159 | base_dir: base_dir, |
160 | 160 | additional_parameter_lookup_dirs: ['staging'] |
|
166 | 166 | stack_name: 'myapp-web', |
167 | 167 | region: 'ap-southeast-2', |
168 | 168 | region_alias: 'staging', |
169 | | - allowed_accounts: ["1234567890", "9876543210"], |
| 169 | + allowed_accounts: %w[1234567890 9876543210], |
170 | 170 | tags: { 'application' => 'my-awesome-blog', 'environment' => 'staging', 'test_override' => 2 }, |
171 | 171 | s3: { 'bucket' => 'my-bucket', 'region' => 'us-east-1' }, |
172 | 172 | role_arn: 'test_service_role_arn3', |
|
0 commit comments