Skip to content

Commit

Permalink
fix: fix id property of acme provider
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 11, 2024
1 parent 0181fbe commit 81f6619
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 81 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-proxmoxve/schema-embed.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func Provider() tfbridge.ProviderInfo {
},
"proxmox_virtual_environment_acme_dns_plugin": {
Tok: tfbridge.MakeResource(mainPkg, "index", "AcmeDnsPlugin"),
ComputeID: tfbridge.DelegateIDField("name", "proxmoxve", "https://github.com/muhlba91/pulumi-proxmoxve"),
ComputeID: tfbridge.DelegateIDField("plugin", "proxmoxve", "https://github.com/muhlba91/pulumi-proxmoxve"),
},
},
DataSources: map[string]*tfbridge.DataSourceInfo{
Expand Down
Loading

0 comments on commit 81f6619

Please sign in to comment.