terraform/internal/cloud/testdata/action/main.tf
Liam Cervante 6b17cfe2e5
actions: connect invoke flag with TFC (#37544)
* actions: connect invoke flag with TFC

* use latest go-tfe
2025-10-08 19:29:32 +02:00

6 lines
76 B
HCL

action "test_action" "action" {
config {
attr = "hello, world"
}
}