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

Fix the backup schedule datasource schema and the broken converter mapping #356

Closed ramya-bangera closed 8 months ago

ramya-bangera commented 8 months ago
  1. What this PR does / why we need it: While introducing the scope block the datasource schema and the converter mapping was broken . This pull request will fix those issues

  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

/GoLand/___1TestAcceptanceBackupScheduleResource_in_github_com_vmware_terraform_provider_tanzu_mission_control_internal_resources_cluster_backupschedule_tests.test github.com/vmware/terraform-provider-tanzu-mission-control/internal/resources/cluster/backupschedule/tests #gosetup
/usr/local/go/bin/go tool test2json -t /private/var/folders/pz/0s95qff529d4v3n6zsrbp1340000gq/T/GoLand/___1TestAcceptanceBackupScheduleResource_in_github_com_vmware_terraform_provider_tanzu_mission_control_internal_resources_cluster_backupschedule_tests.test -test.v -test.paniconexit0 -test.run ^\QTestAcceptanceBackupScheduleResource\E$
=== RUN   TestAcceptanceBackupScheduleResource
TMC resources applied to the cluster successfully
    backup_schedule_test.go:94: backup schedule resource acceptance test complete!
--- PASS: TestAcceptanceBackupScheduleResource (331.29s)
PASS

Process finished with the exit code 0
vmwclabot commented 8 months ago

@ramya-bangera, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.