Skip to content

Commit

Permalink
feat: add vra env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Oct 24, 2023
1 parent bd4cafc commit 1ade8ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ func Provider() tfbridge.ProviderInfo {
EnvVars: []string{"VRA_REAUTHORIZE_TIMEOUT", "VRA7_REAUTHORIZE_TIMEOUT"},
},
},
"api_timeout": {
Default: &tfbridge.DefaultInfo{
EnvVars: []string{"VRA_API_TIMEOUT"},
},
},
},
Resources: map[string]*tfbridge.ResourceInfo{
"vra_block_device": {Tok: tfbridge.MakeResource(mainPkg, "blockdevice", "BlockDevice")},
Expand Down

0 comments on commit 1ade8ff

Please sign in to comment.