-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/provider: add optional metadata param (#161)
This PR adds a new, optional metadata parameter, which controls whether ScyllaDB Cloud client should fetch deployment metadata prior to issuing API calls. The deployment metadata is used to map various region, instance etc. identifier to human-readable text strings. By default metadata is always on and true. It is safe to turn off the metadata retrieval, when it's known to be not needed - e.g. for Stacks API integration. For regular use of terraform providers user will not need to control this behavior. The main use-case for this new param are automation flows.
- Loading branch information
Showing
4 changed files
with
20 additions
and
21 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