terraform-provider-tanzu-mission-control
terraform-provider-tanzu-mission-control copied to clipboard
Terraform provider to manage resources of Tanzu Mission Control
1. **What this PR does / why we need it**: Includes new models and client for tanzukubernetescluster resource implementation 2. **Which issue(s) this PR fixes** (optional, in `fixes #` format,...
### Describe the bug issue upgrading workload cluster from 1.25 to 1.26 with the below error tanzu-mission-control_tanzu_kubernetes_cluster.tkgs_cluster[0]: Refreshing state... [id=pct-ha-a/pct-ha-a-1547/pct-qa-mlai] Planning failed. Terraform encountered an error while generating this plan....
### Describe the bug if a nodepool is removed directly from TMC that is managed by terraform it will cause terraform plan,refresh, or apply to fail with a panic. This...
1. **What this PR does / why we need it**: this PR adds an optional header for the project ID. This allows for support of Tanzu Platform.
1. **What this PR does / why we need it**: * https://goreleaser.com/deprecations/#-rm-dist 2. **Which issue(s) this PR fixes** (optional, in `fixes #` format, will close the issue(s) when PR gets...
### Is your feature request related to a problem? Please describe. Yes, it's related to an issue when I would like to apply taint to nodePool in my terraform code...
### Is your feature request related to a problem? Please describe. Project support is needed to be able to use the provider with Tanzu Platform. ### Describe the solution you'd...
1. **What this PR does / why we need it**: fix CVE-2023-45288 3. **Which issue(s) this PR fixes** (optional, in `fixes #` format, will close the issue(s) when PR gets...
### Describe the bug I'm using: ``` Terraform v1.8.4 on linux_amd64 + provider registry.terraform.io/vmware/tanzu-mission-control v1.4.4 ``` I have a resource like this: ``` resource "tanzu-mission-control_package_install" "package_install" { name = var.package_name...
### Describe the bug removed cluster tags are still reported and preventing nodepool tags from being created, TMC, AWS and TF Statefile do not show any cluster level tags. Error:...