Skip to content

Commit 2c9d90a

Browse files
committed
Add warning text to policies import docs
1 parent f2e85f0 commit 2c9d90a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docs/r/policies.html.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ The following arguments are supported:
4848
- `max_concurrent_sessions` - (Optional) Maximum number of concurrent sessions a user may have. Defaults to `100`.
4949

5050
## Import
51-
Policies can be imported using the id `org-policies`, e.g.:
51+
Policies can be imported using the id `org-policies`.
52+
53+
~> **NOTE:** Only `org-policies` id should be used when importing policies. Using any other id may have unintended consequences.
54+
5255
```hcl
5356
terraform import sumologic_policies.example_policies org-policies
5457
```

0 commit comments

Comments
 (0)