We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e85f0 commit 2c9d90aCopy full SHA for 2c9d90a
website/docs/r/policies.html.markdown
@@ -48,7 +48,10 @@ The following arguments are supported:
48
- `max_concurrent_sessions` - (Optional) Maximum number of concurrent sessions a user may have. Defaults to `100`.
49
50
## Import
51
-Policies can be imported using the id `org-policies`, e.g.:
+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
55
```hcl
56
terraform import sumologic_policies.example_policies org-policies
57
```
0 commit comments