일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Linux
- ansible
- 데이터 분석
- elasticsearch
- GCP
- 5.0
- 자동화
- module
- ubuntu
- Automation
- MySQL
- kibana
- EC2
- GIT
- crawling
- 시스템자동화
- sso
- EKS
- ELK
- apt
- airflow
- tcp
- powershell
- DB
- python
- Selenium
- API
- 8.0
- AWS
- zabbix
- Today
- Total
목록GCP (2)
Oops - IT

variables.tf Terraform의 변수는 variables.tf를 통해 선언하고 사용한다. 변수 형태는 여러 가지 종류가 있으므로 변수 선언 방식에 대해서 알아보자 ## 기본 변수 variable "project" { type = string } ## 배열 형태 변수 variable "region" { type = list(string) default = ["asia-northeast1", "asia-northeast2", "asia-northeast3"] } ## Object 형태 변수 variable "vpc" { type = object({ vpc_name = string ip_cidr_ragne = string network = string }) } ## Object 형태 변수 - 배열 ..

사전 준비 : 아래 사이트 접속 - URL: googlecloud.qwiklabs.com/ - 회사에서 진행한 교육으로 회사 계정으로 실습용 계정 생성 // www.coursera.org/learn/gcp-fundamentals-aws - 위의 URL에서 동일한 교육이 무료로 가능한 걸로 보입니다. AWS 전문가를 위한 Google Cloud Platform 기초 Google 클라우드에서 제공합니다. This accelerated 6-hour course with labs introduces AWS professionals to the core capabilities of Google Cloud Platform ... 무료로 등록하십시오. www.coursera.org 1. Google Cloud Fun..