Reading material and code examples
This section is a collection of links that will help you make the most of today's session.
- introduction to the Terraform Ecosystem: speakerdeck.com/ksatirli/intro-to-the-terraform-ecosystem
- 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
- Kubernetes Provider for Terraform: registry.terraform.io/providers/hashicorp/kubernetes
- Kubernetes (Alpha) Provider for Terraform: registry.terraform.io/providers/hashicorp/kubernetes-alpha
- Terraform Cloud Operator for Kubernetes: github.com/hashicorp/terraform-k8s
- See a Google Cloud Platform-specific implementation: github.com/ksatirli/understanding-the-google-provider-for-terraform-feat-k8s
- Learn about the Terraform Operator: hashicorp.com/blog/creating-workspaces-with-the-hashicorp-terraform-operator-for-kubernetes
- Learn about Terraform Code Quality: speakerdeck.com/ksatirli/code-quality-for-terraform
This repository is maintained by Kerim Satirli, Phil Sautter, Taylor Dolezal and Tracy P Holmes.
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.