You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename existing destroy service as destroyFromDirectory
rename existing data model - TerraformDestroyRequest to TerraformDestroyFromDirectoryRequest
create new service 'destroyWithScripts' with new data model TerraformDestroyWithScriptsRequest -> with similar data model as before. but additionally have 'files' as below.
create a random directory under terraform.root.module.directory folder.
create files with random file names with '.tf' extension for each of the script in the scripts list.
create tfstate file using the contents from 'tfState' field.
Then execute the terraform command.
Extend TerraformResult data model to have a new optional field 'terraformState'. In case of TerraformDeployWithScriptsRequest method, the tfstate file contents from the workspace directory and return in the new field.
Service must be offered as both sync and async.
The text was updated successfully, but these errors were encountered:
destroyFromDirectory
TerraformDestroyRequest
toTerraformDestroyFromDirectoryRequest
TerraformDestroyWithScriptsRequest
-> with similar data model as before. but additionally have 'files' as below.terraform.root.module.directory
folder.TerraformDeployWithScriptsRequest
method, the tfstate file contents from the workspace directory and return in the new field.The text was updated successfully, but these errors were encountered: