apply
Apply the plan file:
- initialize Terraform
- select workspace
- apply plan
@terraform apply {
workspace = "dev"
config = "backend.prod.config"
}
Argument Reference
The following arguments are supported:
workspace
- (Optional) Workspace to use. Usedefault
if not provided.config
- (Optional) Set configuration for init.
Last updated on