Skip to content

Commit

Permalink
Add custom location resource
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidAbuRmila committed Aug 31, 2024
1 parent a21337e commit aee46fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func Provider() tfbridge.ProviderInfo {
"cpln_agent": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Agent")},
"cpln_audit_context": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "AuditContext")},
"cpln_cloud_account": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "CloudAccount")},
"cpln_custom_location": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "CustomLocation")},
"cpln_domain_route": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "DomainRoute")},
"cpln_group": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Group")},
"cpln_gvc": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Gvc")},
Expand Down

0 comments on commit aee46fd

Please sign in to comment.