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 8ef00e4 commit 8b0d812Copy full SHA for 8b0d812
website/docs/r/secure_zone.md
@@ -39,6 +39,8 @@ resource "sysdig_secure_zone" "example" {
39
40
### Scopes block
41
42
+- `id` - (Computed) The ID of the scope.
43
+
44
- `target_type` - (Required) The target type for the scope. Supported types:
45
46
- AWS - `aws`
@@ -162,6 +164,8 @@ resource "sysdig_secure_zone" "example" {
162
164
163
165
In addition to all arguments above, the following attributes are exported:
166
167
+- `id` - (Computed) The ID of the Zone.
168
+- `is_system` - (Computed) Whether the Zone is a system zone.
169
- `author` - (Computed) The zone author.
170
- `last_modified_by` - (Computed) By whom is last modification made.
171
- `last_updated` - (Computed) Timestamp of last modification of zone.
0 commit comments