Title here
Summary here
run terraform apply on the specified directory
include:
- component: gitlab.com/release-process/terraform/terraform-apply@0.1.0| Name | Description | Default |
|---|---|---|
| args | additional arguments to pass to the terraform apply command | plan.tfplan |
| dir | the directory to build | . |
| init_args | additional arguments to pass to the terraform init command | -lockfile=readonly |
| name | The name of the job application | terraform:terraform-apply |
| stage | stage of the job | deploy |
| version | terraform version to use for building | 1.8 |