Skip to content

Cross-Account Stack Deployments

Pre-release
Pre-release
Compare
Choose a tag to compare
@daidokoro daidokoro released this 01 Apr 20:17
· 335 commits to master since this release
  • Qaz now supports cross-account deployments by utilising different profiles defined in AWS credentials configuration.
stacks:
  vpc:
    # specify profile based on aws credentials/config file
    profile: my_account_profile
    cf:
      cidr: 10.10.10.10/32
  • Minor bug fixes and restructuring for upcoming beta.