AzBuilder / terraform-provider-terrakube

Terraform provider for Terrakube
Apache License 2.0
4 stars 4 forks source link

feat: Make import work for workspace_vcs #64

Closed stanleyz closed 2 months ago

stanleyz commented 2 months ago

Additional changes:

  1. Rename the examples for resource and data source so that doc generated includes examples
  2. Add import example for workspace_vcs
  3. Add more information to the error message when failing
  4. Adjust the schema for workapce_vcs to include default values and add some validations.
alfespa17 commented 2 months ago

Thank you @stanleyz