terraform-provider-tanzu-mission-control icon indicating copy to clipboard operation
terraform-provider-tanzu-mission-control copied to clipboard

Terraform provider to manage resources of Tanzu Mission Control

Results 33 terraform-provider-tanzu-mission-control issues
Sort by recently updated
recently updated
newest added

### Describe the bug I have cut my teeth on Tanzu and I want to now automate provisioning of clusters via TMC's terraform provider. I understand how to create Terraform...

bug

### Describe the bug The tanzu-mission-control_git_repository resource works for the Cluster Group but when changing the scope to the Cluster it does not. ### Reproduction steps 1. Have a cluster...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

### Describe the bug While creating `tanzu-mission-control_tanzu_kubernetes_cluster`, Terraform crashed after ~8 mins with the following error. Even if terraform crashed, the clusters were created in TMC. ```sh │ Error: Plugin...

bug

### Describe the bug While creating tanzu-mission-control_tanzu_kubernetes_cluster, Terraform crashed after ~18 mins with the following error. Even if terraform crashed, the clusters were created in TMC. ```sh tanzu-mission-control_tanzu_kubernetes_cluster.tap_view: Still creating......

bug

### Describe the bug While creating a `tanzu-mission-control_tanzu_kubernetes_cluster` in a clean environment, the request failed after several minutes with the error `Couldn't read TKG cluster`. ```sh │ Error: Couldn't read...

bug

### Describe the bug The version and kind fields are not mapped correctly within the custom policy template resource. this causes them to be submitted to the api incorrectly https://github.com/vmware/terraform-provider-tanzu-mission-control/blob/3681696ec85275684c3a334e24235c66fe90536c/internal/resources/custompolicytemplate/converter_mapping.go#L29-L30...

bug

1. **What this PR does / why we need it**: Update go version to 1.21 https://cloudpks-jenkins.svc.eng.vmware.com/job/TestJobs/job/TMC-Terraform-Provider/483/ 3. **Which issue(s) this PR fixes** (optional, in `fixes #` format, will close the...

1. **What this PR does / why we need it**: 2. **Which issue(s) this PR fixes** (optional, in `fixes #` format, will close the issue(s) when PR gets merged): Fixes...

dco-required

### Describe the bug ``` Error: Missing map element │ │ on main.tf line 4, in module "ubuntu_node": │ 4: execution_cmd=tanzu-mission-control_cluster.attach_cluster_without_apply.status.execution_cmd │ ├──────────────── │ │ tanzu-mission-control_cluster.attach_cluster_without_apply.status is map of string...

bug