Skip to content

Commit 8b0d812

Browse files
committed
add all computed fields to documentation
1 parent 8ef00e4 commit 8b0d812

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/r/secure_zone.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ resource "sysdig_secure_zone" "example" {
3939

4040
### Scopes block
4141

42+
- `id` - (Computed) The ID of the scope.
43+
4244
- `target_type` - (Required) The target type for the scope. Supported types:
4345

4446
- AWS - `aws`
@@ -162,6 +164,8 @@ resource "sysdig_secure_zone" "example" {
162164

163165
In addition to all arguments above, the following attributes are exported:
164166

167+
- `id` - (Computed) The ID of the Zone.
168+
- `is_system` - (Computed) Whether the Zone is a system zone.
165169
- `author` - (Computed) The zone author.
166170
- `last_modified_by` - (Computed) By whom is last modification made.
167171
- `last_updated` - (Computed) Timestamp of last modification of zone.

0 commit comments

Comments
 (0)