mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-26 17:01:10 -05:00
6 lines
61 B
HCL
6 lines
61 B
HCL
terraform {
|
|
backend "inmem" {}
|
|
}
|
|
|
|
atlas { name = "hello" }
|