mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
* write-only attributes: internal providers should set write-only attributes to null * add changelog * fix copywrite headers
8 lines
74 B
HCL
8 lines
74 B
HCL
|
|
provider "test" {}
|
|
|
|
run "test" {
|
|
variables {
|
|
input = "input"
|
|
}
|
|
}
|