Skip to content

Commit

Permalink
fix: Upgrading provider_connection_id schema to computed (#646)
Browse files Browse the repository at this point in the history
- Marking provider_connection_id schema to computed in
fabric_connection_resource
  • Loading branch information
srushti-patl authored Apr 15, 2024
2 parents b8bf3a3 + 4deb054 commit 0920252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinix/resource_fabric_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func accessPointSch() *schema.Resource {
},
"provider_connection_id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Provider assigned Connection Id",
},
},
Expand Down

0 comments on commit 0920252

Please sign in to comment.