mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-12 09:01:33 -04:00
6 lines
61 B
HCL
6 lines
61 B
HCL
terraform {
|
|
backend "inmem" {}
|
|
}
|
|
|
|
atlas { name = "hello" }
|