terraform/internal/cloud/testdata/action/plan.log
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

22 lines
638 B
Text

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",
]
}
}