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