Skip to content

Commit

Permalink
Create sanitech_outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH committed Apr 19, 2024
1 parent a68e85a commit c4fabea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions func/sanitech_outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
output "deployment_testing_public_ip" {
value = aws_instance.deployment_testing.public_ip
}

output "infrastructure_testing_private_ip" {
value = aws_instance.infrastructure_testing.private_ip
}

output "github_repository_url" {
value = github_repository.example.html_url
}

0 comments on commit c4fabea

Please sign in to comment.