Skip to content

V2.1.0

Compare
Choose a tag to compare
@svdgraaf svdgraaf released this 19 Jul 09:49
· 47 commits to master since this release
7709a81

This is a major version bump, because of two important changes:

  • This releases enables the referencing of all cloudformation resources by default (this was disabled by default before)
  • This releases no longer replaces hard-coded regions in variables by default (this uses to be enabled before).

For backwards compatibility, you can enable/disable either feature like so:

Resource referencing:

custom:
  pseudoParameters:
    allowReferences: false

Region replacing:

custom:
  pseudoParameters:
    skipRegionReplace: false