Skip to content

Commit

Permalink
feat: Removing authorization_key schema to Fabric Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed May 22, 2024
1 parent 5d34da2 commit 6becfb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ func Provider() tfbridge.ProviderInfo {
"account": {
MaxItemsOne: tfbridge.True(),
},
"authentication_key": {
Type: "string",
},
"peering_type": {
Type: "string",
AltTypes: []tokens.Type{makeEquinixType(fabricMod,
Expand Down Expand Up @@ -313,9 +310,6 @@ func Provider() tfbridge.ProviderInfo {
"account": {
MaxItemsOne: tfbridge.True(),
},
"authentication_key": {
Type: "string",
},
"peering_type": {
Type: "string",
AltTypes: []tokens.Type{makeEquinixType(fabricMod,
Expand Down

0 comments on commit 6becfb3

Please sign in to comment.