This provider is generated by Magic Modules, and the repository contents are effectively read-only.
To get started making a contribution, see https://github.com/GoogleCloudPlatform/magic-modules#magic-modules.
Most content on this page has been migrated to the Magic Modules README (https://github.com/GoogleCloudPlatform/magic-modules). The remaining sections in this document have not made it over yet; most are maintainer-specific.
In a case where you are editing an existing field you might want to ensure the resource you are modifying doesn't result in a diff to existing deployments. You can run set the environment variable RELEASE_DIFF
before running a test. This will append plan only steps using the latest released/published provider (google
or google-beta
) after all configuration deployments to ensure uniformity.
export RELEASE_DIFF=true
TF_LOG=TRACE make testacc TEST=./google TESTARGS='-run=TestAccContainerNodePool_basic' > output.log