Skip to content

Commit b101212

Browse files
committed
Add default values to trustsec security group
1 parent 8fb7192 commit b101212

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/resources/trustsec_security_group.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ resource "ise_trustsec_security_group" "example" {
3535

3636
- `description` (String) Description
3737
- `is_read_only` (Boolean) Read-only
38+
- Default value: `false`
3839
- `propogate_to_apic` (Boolean) Propagate to APIC (ACI)
3940

4041
### Read-Only

gen/definitions/trustsec_security_group.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ attributes:
3232
write_only: true
3333
type: Bool
3434
description: Read-only
35+
default_value: false
3536
example: false
3637
# - model_name: defaultSGACLs
3738
# data_path: [Sgt]

internal/provider/resource_ise_trustsec_security_group.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)