Skip to content

Commit

Permalink
Update description of is_primary field
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumar29524 committed Feb 8, 2022
1 parent 22f240f commit 79aa57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/resource_instances_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func getInstanceDefaultSchema(isClone bool) *schema.Resource {
"is_primary": {
Type: schema.TypeBool,
Computed: true,
Description: `Flag to identify given network is primary or not. Primary network cannot be updated or deleted.`,
Description: `Flag to identify given network is primary or not. Primary network cannot be deleted.`,
},
"internal_id": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 79aa57a

Please sign in to comment.