mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-16 10:52:10 +07:00
add new tests for IaC codebase
This commit is contained in:
4
2022/Days/IaC/Terratest/examples/output.tf
Normal file
4
2022/Days/IaC/Terratest/examples/output.tf
Normal file
@ -0,0 +1,4 @@
|
||||
# Output the instance's public IP address.
|
||||
output "public_ip" {
|
||||
value = aws_instance.example.public_ip
|
||||
}
|
Reference in New Issue
Block a user