Skip to content

Commit

Permalink
Merge pull request #3 from SPHTech-Platform/out-ava-instance-id
Browse files Browse the repository at this point in the history
[PFMENG-1505] Output the ID of the AWS Verified Access instance.
  • Loading branch information
shashimal authored Jan 23, 2024
2 parents d7bfd9b + c5dd8b1 commit 52ef90b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ No modules.
|------|-------------|
| <a name="output_endpoint_domain"></a> [endpoint\_domain](#output\_endpoint\_domain) | A DNS name that is generated for the endpoint. |
| <a name="output_endpoint_id"></a> [endpoint\_id](#output\_endpoint\_id) | The ID of the AWS Verified Access endpoint. |
| <a name="output_instance_id"></a> [instance\_id](#output\_instance\_id) | The ID of the AWS Verified Access instance. |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5 changes: 5 additions & 0 deletions modules/endpoint/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ output "endpoint_domain" {
description = "A DNS name that is generated for the endpoint."
value = aws_verifiedaccess_endpoint.this.endpoint_domain
}

output "instance_id" {
description = "The ID of the AWS Verified Access instance."
value = aws_verifiedaccess_endpoint.this.verified_access_instance_id
}

0 comments on commit 52ef90b

Please sign in to comment.