Skip to content

Commit

Permalink
[DELETE] - remove outputs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kngatineau committed Apr 12, 2024
1 parent 0540041 commit 94a3a46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
5 changes: 0 additions & 5 deletions README.md

This file was deleted.

43 changes: 0 additions & 43 deletions tf/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions tf/output.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
output "instance_arn" {
value = aws_instance.ec2_ubuntu_instance.arn
}

output "public_instance_ip" {
value = aws_instance.ec2_ubuntu_instance.public_ip
}

output "private_instance_ip" {
value = aws_instance.ec2_ubuntu_instance.private_ip
}

# output "tf_state_bucket_arn" {
# value = aws_s3_bucket.tf_state_bucket.arn
Expand Down

0 comments on commit 94a3a46

Please sign in to comment.