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: modules/dataplane_rift/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ output "tecton" {
99
99
| <aname="output_deployment_name"></a> [deployment\_name](#output\_deployment\_name)| Name of the Tecton deployment |
100
100
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| ARN of the KMS key for encrypting data at rest |
101
101
| <aname="output_nat_gateway_public_ips"></a> [nat\_gateway\_public\_ips](#output\_nat\_gateway\_public\_ips)| List of public IPs associated with NAT gateways in Rift VPC. Empty if existing\_vpc is provided as NATs are not managed by the module in that case. |
102
+
| <aname="output_outputs_bucket_arn"></a> [outputs\_bucket\_arn](#output\_outputs\_bucket\_arn)| ARN of the S3 bucket storing module outputs |
103
+
| <aname="output_outputs_bucket_name"></a> [outputs\_bucket\_name](#output\_outputs\_bucket\_name)| Name of the S3 bucket storing module outputs |
104
+
| <aname="output_outputs_s3_uri"></a> [outputs\_s3\_uri](#output\_outputs\_s3\_uri)| S3 URI of the outputs.json file |
102
105
| <aname="output_region"></a> [region](#output\_region)| Region of the Tecton deployment |
103
106
| <aname="output_rift_compute_security_group_id"></a> [rift\_compute\_security\_group\_id](#output\_rift\_compute\_security\_group\_id)| Security Group ID for Rift compute instances |
104
107
| <aname="output_vm_workload_subnet_ids"></a> [vm\_workload\_subnet\_ids](#output\_vm\_workload\_subnet\_ids)| List (comma-separated string) of subnet IDs for Rift compute instances |
| <aname="input_control_plane_account_id"></a> [control\_plane\_account\_id](#input\_control\_plane\_account\_id)| AWS account ID of the control plane |`string`| n/a | yes |
70
+
| <aname="input_depends_on_resources"></a> [depends\_on\_resources](#input\_depends\_on\_resources)| List of resources that must be created before writing outputs |`list(any)`|`[]`| no |
71
+
| <aname="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name)| Name of the Tecton deployment |`string`| n/a | yes |
72
+
| <aname="input_outputs_data"></a> [outputs\_data](#input\_outputs\_data)| Map of outputs data to store in S3 |`map(any)`| n/a | yes |
73
+
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags to apply to resources |`map(string)`|`{}`| no |
74
+
## Outputs
75
+
76
+
| Name | Description |
77
+
|------|-------------|
78
+
| <aname="output_bucket_arn"></a> [bucket\_arn](#output\_bucket\_arn)| ARN of the S3 bucket storing outputs |
79
+
| <aname="output_bucket_name"></a> [bucket\_name](#output\_bucket\_name)| Name of the S3 bucket storing outputs |
80
+
| <aname="output_outputs_s3_uri"></a> [outputs\_s3\_uri](#output\_outputs\_s3\_uri)| S3 URI of the outputs.json file |
0 commit comments