Kickstart Terraform on GCP with Google Cloud Shell
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kickstart Terraform on GCP with Google Cloud Shell相关的知识,希望对你有一定的参考价值。
OCT 24 2018?RILEY KARSON
Riley Karson is a software engineer at Google, where he works as a contributor to the Google Cloud Platform provider for Terraform. Outside of work, Riley loves board gaming and hiking.
HashiCorp Terraform?is a powerful open-source infrastructure automation tool for provisioning and managing infrastructure as code. Google has been collaborating with?HashiCorp?since 2013 to help customers who use Terraform and other HashiCorp tools make optimal use of?Google Cloud Platform?(GCP) services and features.
As both Terraform and GCP grew in popularity, we continued to integrate our tools more deeply to smooth the developer experience. But while there’s a long and growing list of?Terraform GCP provider resources, getting started with Terraform on GCP can take a few steps:
- Install Terraform
- Configure a GCP service account
- Copy a config that (hopefully) worked from the documentation.
Today, we’re excited to show you a new and easy way to avoid this manual process using?Google Cloud Shell. With Cloud Shell, you get command-line access to your cloud resources directly from your browser, so you can easily manage projects and resources without having to install any tools on your system. Further, command-line tools such as Terraform and other utilities are automatically authenticated, so you can use them setup-free.
You may notice several examples in the?GCP provider documentation?now have an “Open in Cloud Shell” button, letting you launch sample Terraform configurations with a single click. Click on the button to launch an interactive Cloud Shell session with the example loaded and Terraform ready to use. This way, you can use real, working Terraform configs in Cloud Shell and iterate on ideas before bringing them into your team’s infrastructure-as-code provisioning workflow.
In short, with this new integration with Cloud Shell, learning to use new GCP resources in Terraform is easier than ever:
- Instantly get started learning infrastructure as code with Terraform on GCP—no experience required
- Easily onboard new teammates directly from Terraform’s documentation
To get started with our virtual machine instance example below. Be sure to?follow us on Twitter, and to?open a GitHub issue?if you have any questions.
For more information about Terraform, please visit:?https://www.terraform.io
Are you interested in telling others your HashiCorp story or perhaps how HashiCorp products helped with that amazing thing you built? Let us know. Email your story or idea to?[email protected].
以上是关于Kickstart Terraform on GCP with Google Cloud Shell的主要内容,如果未能解决你的问题,请参考以下文章
Install Terraform on Windows, Linux and Mac OS
如果在 Terraform 模块中创建了 aws_api_gateway_integration,如何在 aws_api_gateway_deployment 资源上填充depends_on?
通过 Terraform 设置用于自动扩展 kubernetes 集群的启动磁盘大小