hashicorp / pandora

A suite of single-purpose tools enabling automation for Terraform/Azure
Mozilla Public License 2.0
65 stars 46 forks source link

Error "'KubernetesFleetManagerResourceFleetHubProfileSchema' was not found" using generator-terraform to generate code for `kubernetes_fleet_manager` #4358

Open hqhqhqhqhqhqhqhqhqhqhq opened 3 weeks ago

hqhqhqhqhqhqhqhqhqhqhq commented 3 weeks ago

Trying to autogenerate code for resource kubernetes_fleet_manager: https://github.com/hashicorp/pandora/pull/4344

Tried running this locally following the steps: image

Below errors show up when executing step 4:

image

Tried auto generate for older version swagger definition (2023-10-15) of the api for this resource and it worked, then failure is caused by the newly added property hub_profile in the latest swagger definition (2024-04-01)