vmware / terraform-provider-tanzu-mission-control

Terraform provider to manage resources of Tanzu Mission Control
Mozilla Public License 2.0
38 stars 31 forks source link

tanzu-mission-control_git_repository resource not working for Cluster #400

Open Hermen-Nicolau opened 3 months ago

Hermen-Nicolau commented 3 months ago

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 already attached to TMC
  2. Use the tanzu-mission-control_git_repository resource to create a terraform TF file
  3. For the scope use cluster. Add the name of the cluster, provisioned and management cluster name
  4. Apply the template - Terraform Apply

Expected behavior

The expectation is that the git repository would be added to the cluster Add-ons.

Additional context

No response