Skip to content

Commit 86fd099

Browse files
committed
Add hard-coded shared infra account ID - DO NOT CHECK IN
1 parent 8bf03bf commit 86fd099

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

infrastructure/terraform/components/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ No requirements.
4545
| <a name="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment) | Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments | `string` | `"main"` | no |
4646
| <a name="input_project"></a> [project](#input\_project) | The name of the tfscaffold project | `string` | n/a | yes |
4747
| <a name="input_region"></a> [region](#input\_region) | The AWS Region | `string` | n/a | yes |
48-
| <a name="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id) | The AWS Account ID of the shared infrastructure account | `string` | `"000000000000"` | no |
48+
| <a name="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id) | The AWS Account ID of the shared infrastructure account | `string` | `"099709604300"` | no |
4949
| <a name="input_sns_success_logging_sample_percent"></a> [sns\_success\_logging\_sample\_percent](#input\_sns\_success\_logging\_sample\_percent) | Enable SNS Delivery Successful Sample Percentage | `number` | `0` | no |
5050
## Modules
5151

infrastructure/terraform/components/api/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ variable "parent_acct_environment" {
120120
variable "shared_infra_account_id" {
121121
type = string
122122
description = "The AWS Account ID of the shared infrastructure account"
123-
default = "000000000000"
123+
default = "099709604300"
124124
}
125125

126126
variable "eventpub_data_plane_bus_arn" {

infrastructure/terraform/modules/eventsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
| <a name="input_name"></a> [name](#input\_name) | A unique name to distinguish this module invocation from others within the same CSI scope | `string` | n/a | yes |
3535
| <a name="input_project"></a> [project](#input\_project) | The name of the terraformscaffold project calling the module | `string` | n/a | yes |
3636
| <a name="input_region"></a> [region](#input\_region) | The AWS Region | `string` | n/a | yes |
37-
| <a name="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id) | The AWS Account ID of the shared infrastructure account | `string` | `"000000000000"` | no |
37+
| <a name="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id) | The AWS Account ID of the shared infrastructure account | `string` | `"099709604300"` | no |
3838
| <a name="input_sns_success_logging_sample_percent"></a> [sns\_success\_logging\_sample\_percent](#input\_sns\_success\_logging\_sample\_percent) | Enable SNS Delivery Successful Sample Percentage | `number` | `0` | no |
3939
## Modules
4040

infrastructure/terraform/modules/eventsub/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ variable "force_destroy" {
145145
variable "shared_infra_account_id" {
146146
type = string
147147
description = "The AWS Account ID of the shared infrastructure account"
148-
default = "000000000000"
148+
default = "099709604300"
149149
}
150150

151151
variable "glue_role_arn" {

0 commit comments

Comments
 (0)