This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/terraform/linode/output.tf
Oscar Pocock 0cb40572af
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added cleaned terraform files for Linode
2022-04-28 21:39:56 +01:00

7 lines
121 B
HCL

output "ip" {
value = linode_instance.server.ip_address
}
output "status" {
value = linode_instance.server.status
}