Reading material and code examples
This section is a collection of links that will help you make the most of today's session.
- CLI commands terraform.io/docs/commands/index.html
- variables and type constraints: terraform.io/docs/configuration/variables.html
- variable definition files: terraform.io/docs/configuration/variables.html
- information about Terraform State: terraform.io/docs/state/index.html
- ChangeLog on GitHub
- documentation:
- for the provider can be found on terraform.io/docs/providers/google
We used the following modules:
network
by Google: registry.terraform.io/modules/terraform-google-modules/network/googlekubernetes-engine
by Google: registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google
These modules are defined in network.tf and cluster.tf
Before plan
and apply
, always clean up your code:
- use terraform fmt to rewrite Terraform configuration files to a canonical format and style.
- use terraform validate to validate the configuration syntax and internal consistency
This repository is maintained by Serge (https://github.com/kserge2001)
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.