10292019 / terraform-gke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding the Google Provider for Terraform (feat. K8s)

Reading material and code examples

Table of Contents

Important link

Reading material

This section is a collection of links that will help you make the most of today's session.

Terraform Basics

Google Provider for Terraform

Google Cloud Platform Modules

We used the following modules:

These modules are defined in network.tf and cluster.tf

Code Quality

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

Author Information

This repository is maintained by Serge (https://github.com/kserge2001)

License

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.

About

License:Apache License 2.0


Languages

Language:HCL 80.6%Language:Makefile 7.4%Language:Ruby 6.3%Language:Shell 5.8%