We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Keys can now be managed with Terraform via API Keys API. This could eliminate the need to manually create an API Key during project setup.
Reference: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/apikeys_key
apikeys.googleapis.com
google_apikeys_key
api_targets
key_string
maps_api_key
After defining an google_apikeys_key resource:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API Keys can now be managed with Terraform via API Keys API. This could eliminate the need to manually create an API Key during project setup.
Reference: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/apikeys_key
apikeys.googleapis.com
)google_apikeys_key
resourceapi_targets
to the following:key_string
output value in the existingmaps_api_key
secretAfter defining an
google_apikeys_key
resource:maps_api_key
input variable from Terraform and Deployment docThe text was updated successfully, but these errors were encountered: