Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

terraform: use kubectl_manifest #1262

Merged
merged 1 commit into from
Jan 5, 2022
Merged

terraform: use kubectl_manifest #1262

merged 1 commit into from
Jan 5, 2022

Commits on Jan 5, 2022

  1. terraform: use kubectl_manifest

    The `kubernetes_manifest` resource in provider `hashicorp/kubernetes`
    has a known issue[1] where resources created in a manifest can't depend
    on other resources that don't exist yet. To work around this, we instead
    use `gavinbunney/kubectl`'s `kubectl_manifest` resource, which does not
    have this problem because it uses a different mechanism for planning.
    
    [1] hashicorp/terraform-provider-kubernetes#1380
    
    Resolves #1088
    tgeoghegan committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f6e572b View commit details
    Browse the repository at this point in the history