mirror of https://github.com/hashicorp/terraform
actions: connect invoke flag with TFC (#37544)
* actions: connect invoke flag with TFC * use latest go-tfedeprecation-marks
parent
39d1293cf6
commit
6b17cfe2e5
@ -0,0 +1,6 @@
|
||||
|
||||
action "test_action" "action" {
|
||||
config {
|
||||
attr = "hello, world"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
Terraform v0.11.7
|
||||
|
||||
Configuring remote state backend...
|
||||
Initializing Terraform configuration...
|
||||
Refreshing Terraform state in-memory prior to plan...
|
||||
The refreshed state will be used to calculate this plan, but will not be
|
||||
persisted to local or remote state storage.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Terraform will invoke the following action(s):
|
||||
|
||||
# action.test_action.test will be invoked
|
||||
action "test_action" "test" {
|
||||
config {
|
||||
program = [
|
||||
"curl",
|
||||
"https://checkpoint-api.hashicorp.com/v1/check/terraform",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue