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
|[aws_ami.ubuntu](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami)| data source |
69
+
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
70
+
|[aws_iam_policy_document.ec2_test](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
71
+
|[aws_iam_policy_document.ec2_test_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
72
+
|[aws_kms_alias.secretsmanager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_alias)| data source |
73
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
73
74
74
75
## Inputs
75
76
76
-
No input.
77
+
No inputs.
77
78
78
79
## Outputs
79
80
80
81
| Name | Description |
81
82
|------|-------------|
82
-
| log\_group\_arn | The Amazon Resource Name (ARN) of the CloudWatch log group |
83
-
| proxy\_arn | The Amazon Resource Name (ARN) for the proxy |
84
-
| proxy\_default\_target\_group\_arn | The Amazon Resource Name (ARN) for the default target group |
85
-
| proxy\_default\_target\_group\_id | The ID for the default target group |
86
-
| proxy\_default\_target\_group\_name | The name of the default target group |
87
-
| proxy\_endpoint | The endpoint that you can use to connect to the proxy |
88
-
| proxy\_id | The ID for the proxy |
89
-
| proxy\_target\_endpoint | Hostname for the target RDS DB Instance. Only returned for `RDS_INSTANCE` type |
90
-
| proxy\_target\_id | Identifier of `db_proxy_name`, `target_group_name`, target type (e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`), and resource identifier separated by forward slashes (/) |
91
-
| proxy\_target\_port | Port for the target RDS DB Instance or Aurora DB Cluster |
92
-
| proxy\_target\_rds\_resource\_id | Identifier representing the DB Instance or DB Cluster target |
93
-
| proxy\_target\_target\_arn | Amazon Resource Name (ARN) for the DB instance or DB cluster. Currently not returned by the RDS API |
94
-
| proxy\_target\_tracked\_cluster\_id | DB Cluster identifier for the DB Instance target. Not returned unless manually importing an RDS\_INSTANCE target that is part of a DB Cluster |
95
-
| proxy\_target\_type | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`|
96
-
| superuser\_db\_password\_connect | Connect to database using superuser with username/password directly to database |
97
-
| superuser\_proxy\_iam\_connect | Connect to RDS Proxy using IAM auth via token generated |
98
-
| superuser\_proxy\_iam\_token | Gerate connection token for connecting to RDS Proxy with IAM auth |
83
+
|<aname="output_log_group_arn"></a> [log\_group\_arn](#output\_log\_group\_arn)| The Amazon Resource Name (ARN) of the CloudWatch log group |
84
+
|<aname="output_proxy_arn"></a> [proxy\_arn](#output\_proxy\_arn)| The Amazon Resource Name (ARN) for the proxy |
85
+
|<aname="output_proxy_default_target_group_arn"></a> [proxy\_default\_target\_group\_arn](#output\_proxy\_default\_target\_group\_arn)| The Amazon Resource Name (ARN) for the default target group |
86
+
|<aname="output_proxy_default_target_group_id"></a> [proxy\_default\_target\_group\_id](#output\_proxy\_default\_target\_group\_id)| The ID for the default target group |
87
+
|<aname="output_proxy_default_target_group_name"></a> [proxy\_default\_target\_group\_name](#output\_proxy\_default\_target\_group\_name)| The name of the default target group |
88
+
|<aname="output_proxy_endpoint"></a> [proxy\_endpoint](#output\_proxy\_endpoint)| The endpoint that you can use to connect to the proxy |
89
+
|<aname="output_proxy_id"></a> [proxy\_id](#output\_proxy\_id)| The ID for the proxy |
90
+
|<aname="output_proxy_target_endpoint"></a> [proxy\_target\_endpoint](#output\_proxy\_target\_endpoint)| Hostname for the target RDS DB Instance. Only returned for `RDS_INSTANCE` type |
91
+
|<aname="output_proxy_target_id"></a> [proxy\_target\_id](#output\_proxy\_target\_id)| Identifier of `db_proxy_name`, `target_group_name`, target type (e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`), and resource identifier separated by forward slashes (/) |
92
+
|<aname="output_proxy_target_port"></a> [proxy\_target\_port](#output\_proxy\_target\_port)| Port for the target RDS DB Instance or Aurora DB Cluster |
93
+
|<aname="output_proxy_target_rds_resource_id"></a> [proxy\_target\_rds\_resource\_id](#output\_proxy\_target\_rds\_resource\_id)| Identifier representing the DB Instance or DB Cluster target |
94
+
|<aname="output_proxy_target_target_arn"></a> [proxy\_target\_target\_arn](#output\_proxy\_target\_target\_arn)| Amazon Resource Name (ARN) for the DB instance or DB cluster. Currently not returned by the RDS API |
95
+
|<aname="output_proxy_target_tracked_cluster_id"></a> [proxy\_target\_tracked\_cluster\_id](#output\_proxy\_target\_tracked\_cluster\_id)| DB Cluster identifier for the DB Instance target. Not returned unless manually importing an RDS\_INSTANCE target that is part of a DB Cluster |
96
+
|<aname="output_proxy_target_type"></a> [proxy\_target\_type](#output\_proxy\_target\_type)| Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`|
97
+
|<aname="output_superuser_db_password_connect"></a> [superuser\_db\_password\_connect](#output\_superuser\_db\_password\_connect)| Connect to database using superuser with username/password directly to database |
98
+
|<aname="output_superuser_proxy_iam_connect"></a> [superuser\_proxy\_iam\_connect](#output\_superuser\_proxy\_iam\_connect)| Connect to RDS Proxy using IAM auth via token generated |
99
+
|<aname="output_superuser_proxy_iam_token"></a> [superuser\_proxy\_iam\_token](#output\_superuser\_proxy\_iam\_token)| Gerate connection token for connecting to RDS Proxy with IAM auth |
99
100
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
100
101
101
102
Apache-2.0 Licensed. See [LICENSE](../../LICENSE).
0 commit comments