Skip to content

Commit

Permalink
added missing network description
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk authored and sahaqaa committed Jul 30, 2024
1 parent bb3bc63 commit 0df4b41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudconnexa/data_source_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ func dataSourceNetwork() *schema.Resource {
Required: true,
Description: "The network name.",
},
"description": {
Type: schema.TypeString,
Computed: true,
Description: "The description of the network.",
},
"egress": {
Type: schema.TypeBool,
Computed: true,
Expand Down

0 comments on commit 0df4b41

Please sign in to comment.