Files
Dalton Hubble 373096af65 Rename register set field to content
* The noun `content` is a better field name than the verb `set`
2022-03-30 09:24:28 -07:00

4 lines
60 B
HCL

resource "util_register" "example" {
content = "a1b2c3"
}