You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,8 @@ As of version 1.6.0, AFT collects anonymous operational metrics to help AWS impr
109
109
| <aname="input_account_request_repo_branch"></a> [account\_request\_repo\_branch](#input\_account\_request\_repo\_branch)| Branch to source account request repo from |`string`|`"main"`| no |
110
110
| <aname="input_account_request_repo_name"></a> [account\_request\_repo\_name](#input\_account\_request\_repo\_name)| Repository name for the account request files. For non-CodeCommit repos, name should be in the format of Org/Repo |`string`|`"aft-account-request"`| no |
111
111
| <aname="input_aft_backend_bucket_access_logs_object_expiration_days"></a> [aft\_backend\_bucket\_access\_logs\_object\_expiration\_days](#input\_aft\_backend\_bucket\_access\_logs\_object\_expiration\_days)| Amount of days to keep the objects stored in the access logs bucket for AFT backend buckets |`number`|`365`| no |
112
+
| <aname="input_aft_customer_private_subnets"></a> [aft\_customer\_private\_subnets](#input\_aft\_customer\_private\_subnets)| A list of private subnets to deploy AFT resources in, if customer is providing an existing VPC. Only supported for new deployments. |`list(string)`|`[]`| no |
113
+
| <aname="input_aft_customer_vpc_id"></a> [aft\_customer\_vpc\_id](#input\_aft\_customer\_vpc\_id)| The VPC ID to deploy AFT resources in, if customer is providing an existing VPC. Only supported for new deployments. |`string`|`null`| no |
112
114
| <aname="input_aft_enable_vpc"></a> [aft\_enable\_vpc](#input\_aft\_enable\_vpc)| Flag turning use of VPC on/off for AFT |`bool`|`true`| no |
113
115
| <aname="input_aft_feature_cloudtrail_data_events"></a> [aft\_feature\_cloudtrail\_data\_events](#input\_aft\_feature\_cloudtrail\_data\_events)| Feature flag toggling CloudTrail data events on/off |`bool`|`false`| no |
114
116
| <aname="input_aft_feature_delete_default_vpcs_enabled"></a> [aft\_feature\_delete\_default\_vpcs\_enabled](#input\_aft\_feature\_delete\_default\_vpcs\_enabled)| Feature flag toggling deletion of default VPCs on/off |`bool`|`false`| no |
@@ -137,9 +139,11 @@ As of version 1.6.0, AFT collects anonymous operational metrics to help AWS impr
| <aname="input_log_archive_bucket_object_expiration_days"></a> [log\_archive\_bucket\_object\_expiration\_days](#input\_log\_archive\_bucket\_object\_expiration\_days)| Amount of days to keep the objects stored in the AFT logging bucket |`number`|`365`| no |
139
141
| <aname="input_maximum_concurrent_customizations"></a> [maximum\_concurrent\_customizations](#input\_maximum\_concurrent\_customizations)| Maximum number of customizations/pipelines to run at once |`number`|`5`| no |
142
+
| <aname="input_tags"></a> [tags](#input\_tags)| Map of tags to apply to resources deployed by AFT. |`map(any)`|`null`| no |
140
143
| <aname="input_terraform_api_endpoint"></a> [terraform\_api\_endpoint](#input\_terraform\_api\_endpoint)| API Endpoint for Terraform. Must be in the format of https://xxx.xxx.|`string`|`"https://app.terraform.io/api/v2/"`| no |
141
144
| <aname="input_terraform_distribution"></a> [terraform\_distribution](#input\_terraform\_distribution)| Terraform distribution being used for AFT - valid values are oss, tfc, or tfe |`string`|`"oss"`| no |
142
145
| <aname="input_terraform_org_name"></a> [terraform\_org\_name](#input\_terraform\_org\_name)| Organization name for Terraform Cloud or Enterprise |`string`|`"null"`| no |
146
+
| <aname="input_terraform_project_name"></a> [terraform\_project\_name](#input\_terraform\_project\_name)| Project name for Terraform Cloud or Enterprise - project must exist before deployment |`string`|`"Default Project"`| no |
143
147
| <aname="input_terraform_token"></a> [terraform\_token](#input\_terraform\_token)| Terraform token for Cloud or Enterprise |`string`|`"null"`| no |
144
148
| <aname="input_terraform_version"></a> [terraform\_version](#input\_terraform\_version)| Terraform version being used for AFT |`string`|`"1.6.0"`| no |
145
149
| <aname="input_tf_backend_secondary_region"></a> [tf\_backend\_secondary\_region](#input\_tf\_backend\_secondary\_region)| AFT creates a backend for state tracking for its own state as well as OSS cases. The backend's primary region is the same as the AFT region, but this defines the secondary region to replicate to. |`string`|`""`| no |
Amazon Web Services (AWS) is dedicated to the responsible disclosure of security vulnerabilities.
4
+
5
+
We kindly ask that you **do not** open a public GitHub issue to report security concerns.
6
+
7
+
Instead, please submit the issue to the AWS Vulnerability Disclosure Program via [HackerOne](https://hackerone.com/aws_vdp) or send your report via [email](mailto:[email protected]).
8
+
9
+
For more details, visit the [AWS Vulnerability Reporting Page](http://aws.amazon.com/security/vulnerability-reporting/).
10
+
11
+
Thank you in advance for collaborating with us to help protect our customers.
0 commit comments