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

Mark osimage and coreaddon computed #402

Closed hxietkg closed 3 months ago

hxietkg commented 3 months ago

If a cluster is create without osimage and coreaddon, default value will be filled, when the cluster is updated with the original configuration file, it prompts the difference.

  1. What this PR does / why we need it: This PR is to hide the default value of osImage and coreAddons.

  2. Which issue(s) this PR fixes

    (optional, in `fixes #<issue number>` format, will close the issue(s) when PR gets merged):
    
    Fixes #
  3. Additional information

  4. Special notes for your reviewer