Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terraform mapping to k8s provider #2457

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Commits on Sep 1, 2023

  1. Add terraform mapping to k8s provider

    This returns a basic mapping description for the terraform converter to
    map terraform programs using
    https://registry.terraform.io/providers/hashicorp/kubernetes to our
    kubernetes provider, even though it's not bridged.
    
    I grabbed a list of all terraform kubernetes resources by running
    `terraform providers schema -json` in a tiny terraform program that just
    defined a kubernetes provider. I've then hooked that up to
    gen-kubernetes to do a best guess of mapping everything (well just
    resources so far) from terraform to our provider. Most things look to
    map pretty well by convention, but we'll probably need some manual
    fixups to cover everything (already got one for the "container" to
    "containers" rename).
    Frassle committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8923dba View commit details
    Browse the repository at this point in the history