bored-sandwich-44626
09/04/2024, 4:17 AMResources: map[string]*tfbridge.ResourceInfo{
"twingate_connector": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateConnector")},
"twingate_connector_tokens": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateConnectorTokens")},
"twingate_dns_filtering_profile": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateDNSFilteringProfile")},
"twingate_group": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateGroup")},
"twingate_remote_network": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateRemoteNetwork")},
"twingate_resource": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateResource")},
"twingate_service_account": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateServiceAccount")},
"twingate_service_account_key": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateServiceAccountKey")},
"twingate_user": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TwingateUser")},
},
The new resource is TwingateDNSFilteringProfile
. When testing with DotNet, Python, and TypeScript the new resource works.
But when testing with Go I get the error
twingate:index:TwingateDNSFilteringProfile (dns_profile):
error: [pf/tfbridge] unknown resource token: twingate:index/twingateDNSFilteringProfile:TwingateDNSFilteringProfile
I looked at the Go SDK files and it does have references for twingate:index/twingateDNSFilteringProfile:TwingateDNSFilteringProfile
adorable-house-61348
09/05/2024, 11:32 AMbored-sandwich-44626
09/09/2024, 7:28 PM