add new tests for IaC codebase

This commit is contained in:
Nitin Mishra
2022-12-23 16:10:27 +05:30
parent 12ce58adbb
commit ddf6f468d5
18 changed files with 221 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# Output the instance's public IP address.
output "public_ip" {
value = aws_instance.example.public_ip
}