Please add the ability to configure Run Tasks with the recently introduced stage post_apply. The ability to configure this stage in TFE was released in v202402-1 and we are looking to immediately take advantage of it to deploy multiple post-apply actions within our environment.
Attempted Solutions
Only way to configure a run task with this stage at the moment is manually through the UI, which goes against our policy of managing all TFE objects through the provider.
Proposal
Add a post_apply option to the stage argument within the tfe_workspace_run_task resource
Per the API docs the post_apply stage is currently configurable through it when looking at the options available for data.attributes.stage
Use-cases
Please add the ability to configure Run Tasks with the recently introduced stage
post_apply
. The ability to configure this stage in TFE was released in v202402-1 and we are looking to immediately take advantage of it to deploy multiple post-apply actions within our environment.Attempted Solutions
Only way to configure a run task with this stage at the moment is manually through the UI, which goes against our policy of managing all TFE objects through the provider.
Proposal
Add a
post_apply
option to thestage
argument within thetfe_workspace_run_task
resourcePer the API docs the
post_apply
stage is currently configurable through it when looking at the options available fordata.attributes.stage
I also see that the go-tfe SDK currently supports the post_apply option, so from what i can tell the option just needs to be included as a viable option within the
tfe
provider, but please do correct me if that may not be the case.