@@ -25,7 +25,7 @@ Resources:
25
25
Version : ' 2012-10-17'
26
26
Statement :
27
27
- Effect : Allow
28
- Resource : ' arn:aws:iam::1111:role/phonetool-test-EnvManagerRole'
28
+ Resource : ' arn:aws:iam::1111:role/phonetool-staging- test-EnvManagerRole'
29
29
Action :
30
30
- sts:AssumeRole
31
31
BuildProjectPolicy :
@@ -190,10 +190,10 @@ Resources:
190
190
Action :
191
191
- sts:AssumeRole
192
192
Resource :
193
- - arn:aws:iam::1111:role/phonetool-test-EnvManagerRole
193
+ - arn:aws:iam::1111:role/phonetool-staging- test-EnvManagerRole
194
194
Roles :
195
195
- !Ref PipelineRole
196
- BuildTestCommandstest :
196
+ BuildTestCommandsstagingDASHtest :
197
197
Type : AWS::CodeBuild::Project
198
198
Properties :
199
199
EncryptionKey : !ImportValue phonetool-ArtifactKey
@@ -262,9 +262,9 @@ Resources:
262
262
- Name : SCCheckoutArtifact
263
263
OutputArtifacts :
264
264
- Name : BuildOutput
265
- - Name : DeployTo-test
265
+ - Name : DeployTo-staging- test
266
266
Actions :
267
- - Name : CreateOrUpdate-api-test
267
+ - Name : CreateOrUpdate-api-staging- test
268
268
Region : us-west-2
269
269
ActionTypeId :
270
270
Category : Deploy
@@ -273,31 +273,31 @@ Resources:
273
273
Provider : CloudFormation
274
274
Configuration :
275
275
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html
276
- ChangeSetName : phonetool-test-api
276
+ ChangeSetName : phonetool-staging- test-api
277
277
ActionMode : CREATE_UPDATE
278
- StackName : phonetool-test-api
278
+ StackName : phonetool-staging- test-api
279
279
Capabilities : CAPABILITY_IAM,CAPABILITY_NAMED_IAM,CAPABILITY_AUTO_EXPAND
280
- TemplatePath : BuildOutput::infrastructure/api-test.stack.yml
281
- TemplateConfiguration : BuildOutput::infrastructure/api-test.params.json
280
+ TemplatePath : BuildOutput::infrastructure/api-staging- test.stack.yml
281
+ TemplateConfiguration : BuildOutput::infrastructure/api-staging- test.params.json
282
282
# The ARN of the IAM role (in the env account) that
283
283
# AWS CloudFormation assumes when it operates on resources
284
284
# in a stack in an environment account.
285
- RoleArn : arn:aws:iam::1111:role/phonetool-test-CFNExecutionRole
285
+ RoleArn : arn:aws:iam::1111:role/phonetool-staging- test-CFNExecutionRole
286
286
InputArtifacts :
287
287
- Name : BuildOutput
288
288
RunOrder : 2
289
289
# The ARN of the environment manager IAM role (in the env
290
290
# account) that performs the declared action. This is assumed
291
291
# through the roleArn for the pipeline.
292
- RoleArn : arn:aws:iam::1111:role/phonetool-test-EnvManagerRole
292
+ RoleArn : arn:aws:iam::1111:role/phonetool-staging- test-EnvManagerRole
293
293
- Name : TestCommands
294
294
ActionTypeId :
295
295
Category : Test
296
296
Owner : AWS
297
297
Version : 1
298
298
Provider : CodeBuild
299
299
Configuration :
300
- ProjectName : !Ref BuildTestCommandstest
300
+ ProjectName : !Ref BuildTestCommandsstagingDASHtest
301
301
RunOrder : 3
302
302
InputArtifacts :
303
303
- Name : SCCheckoutArtifact
0 commit comments