Skip to content

Commit 7dd3b89

Browse files
committed
Make CIDR field computed and optional for L2 network resource
1 parent 5725816 commit 7dd3b89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudstack/resource_cloudstack_network.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func resourceCloudStackNetwork() *schema.Resource {
7575
"cidr": {
7676
Type: schema.TypeString,
7777
Optional: true,
78+
Computed: true,
7879
ForceNew: true,
7980
},
8081

0 commit comments

Comments
 (0)