Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kaito3desuyo opened this issue Nov 8, 2024 · 0 comments

Comments

@kaito3desuyo
Copy link

kaito3desuyo commented Nov 8, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants