8 lines
93 B
Terraform
8 lines
93 B
Terraform
|
resource "aws_instance" "web" {
|
||
|
}
|
||
|
|
||
|
output "ip" {
|
||
|
value = "foo"
|
||
|
another = "nope"
|
||
|
}
|