Skip to content

Commit

Permalink
Add auto generated code for "hypervisorcluster"
Browse files Browse the repository at this point in the history
Code was generated using containerized version of
tfplugingen-openapi (v0.3.0) and tfplugingen-framework (v0.4.0)

The general form of the commands was:

```
$ tfplugingen-openapi generate -config config.yaml spec.yaml
$ tfplugingen-framework generate all \
    --input provider_code_spec.json --output . \
    --package hypervisorcluster
```

The relevant scripts and OpenAPI specs are stored in private git repositories
for the time being.
  • Loading branch information
stuart-mclaren-hpe committed Aug 22, 2024
1 parent 3683be2 commit 7b0ed3c
Show file tree
Hide file tree
Showing 2 changed files with 1,111 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.22.3
require (
github.com/google/uuid v1.6.0
github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/microsoft/kiota-abstractions-go v1.6.1
github.com/microsoft/kiota-http-go v1.4.4
Expand All @@ -24,7 +25,6 @@ require (
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
Expand Down
Loading

0 comments on commit 7b0ed3c

Please sign in to comment.