-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: rewrite datasource_projects with terraform-plugin-framework * test: Added acctest for project resource * fix: Use other test helper * fix: Fixed acc failure * fix: Fixed pre-commit * fix: Fixed compile error * fix: Fixed go fmt and goimports * fix: Added UT for configure function * feat: Added import for project resource * refactor: rewrite datasource_projects with terraform-plugin-framework * test: Added acctest for project resource * fix: Use other test helper * fix: Fixed acc failure * fix: fixed typo * fix: Fixed acc failure * refactor: rewrite resource_region with terraform-plugin-framework * refactor: rewrite datasource_region with terraform-plugin-framework * fix: Fixed golint * fix: Removed useless code * fix: Updated name to biganimal_regions * fix: Fixed datasource regions * fix: Staticcheck S1011 https://staticcheck.io/docs/checks#S1011 S1011 - Use a single append to concatenate two slices * feat: Further work on Region resource * Reordered the file contents * Use RegionClient for the CRUD operations * Use schema instead of frameworkschema, there is only frameworkschema here in the end * various pointer juggling, the code is not tested well * style: whitespace cosmetics * fix: Changed datasource region to regions for naming conversion * feat: Added import for region resource * fix: Add PlanModifiers for id attr * fix: Keep datasource_region existing before releasing major version * test: Added acctest for region datasource * fix: Fixed comments * fix: Fixed make docs * docs: Add docs for regions data source. * feat: Add import for biganimal_region resource. * fix: Added equal sign after variable name Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Updated message. Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Updated message. Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Updated message. Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Use `frameworkdiag` for more specific Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Use `sdkdiag ` for more specific Co-authored-by: Serdar Dalgıç <[email protected]> * fix: Run make docs * fix: Fixed unexpected of terraform plan and inconsistent result after apply * fix: Fixed test failure * feat: Add helper function for BA API Errors * fix: Handle BigAnimal Error * fix: Removed data_source_regions * fix: Correct regions -> region in the ACC test * fix: Removed data_source_regions * fix: remove the unused biganimal_regions data sources. * fix: Fixed panic --------- Co-authored-by: Serdar Dalgic <[email protected]> Co-authored-by: Serdar Dalgıç <[email protected]>
- Loading branch information
1 parent
272d16b
commit 92afa7f
Showing
17 changed files
with
429 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# terraform import biganimal_project.<resource_name> <project_id>/<cloud_provider>/<region_id> | ||
terraform import biganimal_region.this prj_deadbeef01234567/aws/eu-west-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.