mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-06 04:20:52 +00:00
10 lines
281 B
Markdown
10 lines
281 B
Markdown
<!-- Start SDK Example Usage [usage] -->
|
|
```sh
|
|
go run main.go --debug
|
|
# Copy the TF_REATTACH_PROVIDERS env var
|
|
# In a new terminal
|
|
cd examples/your-example
|
|
TF_REATTACH_PROVIDERS=... terraform init
|
|
TF_REATTACH_PROVIDERS=... terraform apply
|
|
```
|
|
<!-- End SDK Example Usage [usage] --> |