Skip to content

Commit 65098d4

Browse files
committed
update README
1 parent 35a6581 commit 65098d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ be defined to uniquely customize each account.
2222

2323
## Updating An OpsLevel Account
2424

25+
First, **ensure OPSLEVEL_API_TOKEN is set** via `export OPSLEVEL_API_TOKEN=<YOUR_API_TOKEN>` - this is how Terraform knows which account to update!
26+
2527
For a preview of planned changes,run `task plan`. No changes will be made with this command.
2628

2729
To apply changes, run `task apply`. This will refresh Terraform's state then prompt you for approval to apply changes.
30+
31+
> IMPORTANT: Managed resources/data are stored in Terraform's state, which is this local file `workspace/terraform.tfstate`. If this is lost, Terraform will not be able to properly apply changes.
32+
33+
### OpsLevel account Clean up
34+
35+
To remove all Terraform managed data, run `task destroy`. Terraform will prompt you for approval before deleting all managed resources.

0 commit comments

Comments
 (0)