-
Notifications
You must be signed in to change notification settings - Fork 134
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
No kubeconfig when importing an ovh_cloud_project_kube resource #314
Labels
Comments
Thanks for opening this issue :). |
Thanks! |
Hi, |
I confirm it works! Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.kubernetes-ovh-cluster.local_file.kubeconfig will be created
+ resource "local_file" "kubeconfig" {
+ content = (sensitive)
+ directory_permission = "0755"
+ file_permission = "0644"
+ filename = "./../kubeconfig-<id>.yml"
+ id = (known after apply)
} |
🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
The kubeconfig resource should exist.
Actual Behavior
The kubeconfig resource is missing.
Steps to Reproduce
terraform import
terraform plan
with a resource using the kubeconfig resourceImportant Factoids
The
kubeconfig
resource exists when creating a ovh_cloud_project_kube, not when importing it.References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: