-
Notifications
You must be signed in to change notification settings - Fork 1.8k
FAQ
Resources in the provider tend to match up with the resource name in the REST API for a product. The Provider Documentation lists all resources available in the most recent version of the provider.
Note that not all GCP functionality makes sense to be added to Terraform. For something to make sense, it must:
- have an associated REST API: To add it to the google or google-beta provider, that API must be publicly-accessible.
- be able to be represented declaratively and idempotently: Long-lived infrastructure is a good fit for Terraform. Short-lived jobs are not, as it's not clear what the intent is if applied multiple times.
Google provider releases are made every week on Monday close to EOD in Pacific time, unless there are extenuating circumstances.
You can monitor the release pages for the appropriate provider (google (GA) or google-beta) to determine if a weekly release cut is made, or a specific feature is included. We do not provide tracking bugs as part of our release process, nor tracking for individual features' release.
We cut our release branch on Tuesday nights, and release the following Monday. This means that any code change that is merged on a Monday or Tuesday will be released the following Monday, and any change that is merged W-F will be released the Monday after.