Skip to content

Adding accounts to the configuration file is not reflected when second time deploying a stack set #586

Open
@kaito3desuyo

Description

@kaito3desuyo

I'm trying to deploy a StackSet.
Once deployed, adding accounts to the configuration file does not actually deploy the stack instance.

StackSet:
  capabilities:
    - CAPABILITY_NAMED_IAM
    - CAPABILITY_AUTO_EXPAND

StackSetInstances:
  accounts:
    - "123456789000"
    - "123456789001" <-- added but no deployed
  regions:
    - ap-northeast-1
$ rain stackset deploy example.stackset.yaml ExampleCFnStackSet --config config.yaml
Stack set already exists. Do you want to update it? (Y/n)
Updating stack set instances in...
accounts: [123456789000]
regions: [ap-northeast-1]
Submitted UPDATE stack set operation with ID: bb2165d5-e818-4b3d-8ed4-086680b7d2a2
Stack set operation resulted with state: SUCCEEDED
Stack set update has been completed.
There are no new instances to be created.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions