resource "nasa_planet" "mars" {
oxygen = 20.95
temperature = 58.62
temperature_scale = "F"
}
`terraform plan -out=plan.txt`
`terraform apply plant.txt`
shoot, billions of dollars wasted now because of a stray t.
♡ 1 ↻ 0
August 24, 2020
resource "nasa_planet" "mars" {
oxygen = 20.95
temperature = 58.62
temperature_scale = "F"
}
`terraform plan -out=plan.txt`
`terraform apply plant.txt`
shoot, billions of dollars wasted now because of a stray t.