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: examples/complete/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ No resources.
101
101
| <aname="input_rds_instance_class"></a> [rds\_instance\_class](#input\_rds\_instance\_class)| The instance class to use |`string`| n/a | yes |
102
102
| <aname="input_region"></a> [region](#input\_region)| The AWS region |`string`| n/a | yes |
103
103
| <aname="input_route53_assume_role_arn"></a> [route53\_assume\_role\_arn](#input\_route53\_assume\_role\_arn)| IAM role ARN for cross-account Route53 access. |`string`| n/a | yes |
104
+
| <aname="input_s3_bucket_force_destroy"></a> [s3\_bucket\_force\_destroy](#input\_s3\_bucket\_force\_destroy)| Whether to force destroy the S3 bucket used for Kong logs |`bool`| n/a | yes |
104
105
| <aname="input_ssl_policy"></a> [ssl\_policy](#input\_ssl\_policy)| (Optional) Name of the SSL Policy for the listener. |`string`| n/a | yes |
105
106
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: examples/cross-account/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ No resources.
49
49
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| List of public subnet IDs |`list(string)`| n/a | yes |
50
50
| <aname="input_region"></a> [region](#input\_region)| The AWS region |`string`| n/a | yes |
51
51
| <aname="input_route53_assume_role_arn"></a> [route53\_assume\_role\_arn](#input\_route53\_assume\_role\_arn)| The ARN of the DNS role |`string`|`null`| no |
52
+
| <aname="input_s3_bucket_force_destroy"></a> [s3\_bucket\_force\_destroy](#input\_s3\_bucket\_force\_destroy)| Whether to force destroy the S3 bucket used for Kong logs |`bool`|`false`| no |
52
53
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: examples/same-account/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ No resources.
48
48
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| List of public subnet IDs |`list(string)`| n/a | yes |
49
49
| <aname="input_region"></a> [region](#input\_region)| The AWS region |`string`| n/a | yes |
50
50
| <aname="input_route53_assume_role_arn"></a> [route53\_assume\_role\_arn](#input\_route53\_assume\_role\_arn)| The ARN of the DNS role |`string`|`null`| no |
51
+
| <aname="input_s3_bucket_force_destroy"></a> [s3\_bucket\_force\_destroy](#input\_s3\_bucket\_force\_destroy)| Whether to force destroy the S3 bucket used for Kong logs |`bool`| n/a | yes |
51
52
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC |`string`| n/a | yes |
0 commit comments