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
We currently have terraform-boot services where the workspace is details are provided and terraform-boot executes the requested command on the requested folder. In addition to this, we need to add new service for deploy
rename existing deploy service as deployFromDirectory
rename existing data model - TerraformDeployRequest to TerraformDeployFromDirectoryRequest
create new service 'deployWithScripts' with new data model TerraformDeployWithScriptsRequest -> 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.
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:
swaroopar
changed the title
terraform-boot new service to script file contents
terraform-boot new service with script file contents in request body
Aug 25, 2023
swaroopar
changed the title
terraform-boot new service with script file contents in request body
terraform-boot new deploy service with script file contents in request body
Aug 25, 2023
We currently have terraform-boot services where the workspace is details are provided and terraform-boot executes the requested command on the requested folder. In addition to this, we need to add new service for deploy
deployFromDirectory
TerraformDeployRequest
toTerraformDeployFromDirectoryRequest
TerraformDeployWithScriptsRequest
-> 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: