Skip to content

Releases: aws-ia/terraform-aws-control_tower_account_factory

1.2.1

27 Jan 22:05
Compare
Choose a tag to compare
  • Update minimum version for hashicorp/aws provider to 3.72
  • Update minimum Terraform version to 0.15.1
  • Remove git-secrets directory from repository

1.2.0

27 Jan 19:49
Compare
Choose a tag to compare
  • Enable management of accounts provisioned by or enrolled in Control Tower, outside of AFT
    • Specify the existing account in the aft-account-request repository, and AFT will discover it, and the workflow will continue as normal

1.1.2

25 Jan 23:11
Compare
Choose a tag to compare

1.1.1

21 Jan 21:41
Compare
Choose a tag to compare
  • Reduce SQS Redrive policy from 1000 to 1 to avoid potential denial of service during account vending
  • Increase SQS Message visibility timeout to 4 minutes to prevent prematurely moving an account vending request to the dead letter queue

1.1.0

21 Jan 00:48
Compare
Choose a tag to compare
  • 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.

1.0.12

18 Jan 18:30
Compare
Choose a tag to compare
  • Add Try/Except to get_trail() call

1.0.6

03 Dec 00:43
Compare
Choose a tag to compare

Update contribution documentation to better clarify stance on contribution policy

1.0.5

01 Dec 00:35
Compare
Choose a tag to compare

Include CODEOWNERS

1.0.4

30 Nov 18:02
Compare
Choose a tag to compare

Update License to Apache 2.0

1.0.3

30 Nov 17:59
Compare
Choose a tag to compare
  • Align Example Sources to Terraform Standard