Skip to content

Commit

Permalink
fix: IDs are ints
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 15, 2023
1 parent 64f601e commit 46a61bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ func Provider() tfbridge.ProviderInfo {
},
"rediscloud_subscription": {
Tok: tfbridge.MakeResource(mainPkg, mainMod, "Subscription"),
Fields: map[string]*tfbridge.SchemaInfo{
"id": {
Name: "id",
Type: "int",
},
},
},
"rediscloud_subscription_database": {
Tok: tfbridge.MakeResource(mainPkg, mainMod, "SubscriptionDatabase"),
Expand Down

0 comments on commit 46a61bc

Please sign in to comment.