github aws-ia/terraform-aws-control_tower_account_factory 1.1.0

latest releases: 1.13.1, 1.30.2, 1.30.1...
2 years ago
  • Include SSM Parameters in vended accounts, for the custom fields defined in the aft-account-request repository

Example:

custom_fields = {
    "custom-key-1" = "custom-value-1"
    "custom-key-2" = "custom-value-2"
}

These will be located in the vended account under the namespace: /aft/account-request/custom-fields/

/aft/account-request/custom-fields/custom-key-1
/aft/account-request/custom-fields/custom-key-2

Note: If a custom field is removed from the account request, it will be removed from the SSM Parameter Store for that vended account

  • Updated documentation: removal of create_customizations to be true for an account request, this is no longer a valid or required field.

Don't miss a new terraform-aws-control_tower_account_factory release

NewReleases is sending notifications on new releases.