generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This is a backport of PR #146 as merged into main (8a592e1). SUMMARY Currently, only three major cloud provider resources are supported. (AWS, Azure, GCP). I intend to add a way for custom provider configuration. ISSUE TYPE Feature Pull Request COMPONENT NAME terraform_state inventory plugin ADDITIONAL INFORMATION It would be great to use this plugin with other cloud providers or with on-prem cloud solutions that have an in-house-developed Terraform provider. Reviewed-by: Mike Graves <[email protected]>
- Loading branch information
1 parent
8e834c1
commit cf6674a
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelogs/fragments/20240628-inventory-terraform_state-custom-providers.yaml
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,3 @@ | ||
--- | ||
minor_changes: | ||
- inventory/terraform_state - Support for custom Terraform providers (https://github.com/ansible-collections/cloud.terraform/pull/146). |
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