Giter VIP home page Giter VIP logo

gcp-terraform-demo's Introduction

GCP入門 by terraform

UdemyのGCP入門コースをterraformで受講した時の成果物。

setup

# プロジェクト作成
make creae_project

# 作成したプロジェクトをデフォルトに設定
make set_project

# デフォルトに設定されているプロジェクトを確認
gcloud config get-value project
> gcp-test-project-20230329

# terraformサービスアカウントを作成
make create_account

# アカウントを追加
make add_account

# login
gcloud auth application-default login

# init
terraform init

GCPプロジェクトへの請求アカウントの紐付けは手動で実施。

tflint

pre-commit設定

git config core.hooksPath .githooks

GCE

GCEインスタンス起動時にGCSバケットのマウントとnginxの起動を実行する。

GCEへのファイルアップロートは手動で実行する。

nginxのwelcomeページの変更も手動で実行。GCSに配置したindex.htmlと画像ファイルをcpしてrootに配置した。

Cloud Functions

curl -H "Authorization: bearer $(gcloud auth print-identity-token)" https://connect-firestore-zwdl5jyiha-uc.a.run.app

User: map[age:32 name:user]
Complete!!%           

gcp-terraform-demo's People

Contributors

jy8752 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.