Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 99b6f72

Browse files
committed
Remove mention of deprecated variable CONFIRM_DESTROY
1 parent aae007a commit 99b6f72

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,6 @@ $ kubectl apply -n $NAMESPACE -f workspace.yml
263263

264264
### Delete a Workspace
265265

266-
In order for workspace destruction to work automatically, you must set the `CONFIRM_DESTROY` environment variable in the Terraform Cloud workspace. When you delete the Workspace CustomResource, the operator will attempt to destroy the workspace. As a secondary check, you must deploy the operator with this environment variable defined in the `variables` section if you would like to destroy the workspace in Terraform Cloud.
267-
268-
```yaml
269-
variables:
270-
- key: CONFIRM_DESTROY
271-
value: "1"
272-
sensitive: false
273-
environmentVariable: true
274-
```
275-
276266
When deleting the Workspace CustomResource, the command line will wait for a few moments.
277267

278268
```shell

0 commit comments

Comments
 (0)