2022年8月30日火曜日

Terraform Registory を使ってみた。


$ mkdir Terraform/modules
$ cd Terraform/modules

$  git clone https://github.com/terraform-aws-modules/terraform-aws-vpc
$ git clone https://github.com/terraform-aws-modules/terraform-aws-ec2-instance
$ git clone https://github.com/terraform-aws-modules/terraform-aws-alb
$ git clone https://github.com/terraform-aws-modules/terraform-aws-s3-bucket
$ git clone https://github.com/terraform-aws-modules/terraform-aws-rds-aurora
$ git clone https://github.com/terraform-aws-modules/terraform-aws-iam
$ git clone https://github.com/terraform-aws-modules/terraform-aws-rds
$ git clone https://github.com/terraform-aws-modules/terraform-aws-security-group

$ ln -s terraform-aws-vpc vpc
$ ln -s terraform-aws-ec2-instance ec2
$ ln -s terraform-aws-alb alb
$ ln -s terraform-aws-s3-bucket s3
$ ln -s terraform-aws-rds-aurora aurora
$ ln -s terraform-aws-rds rds
$ ln -s terraform-aws-iam iam
$ ln -s terraform-aws-security-group sg

0 件のコメント:

コメントを投稿

zabbix7 amazon linux2023 インストール postgres15

【postgres】 dnf -y install postgresql15-server postgresql15-server-devel postgresql-setup initdb passwd postgres vi `find / -name pg_hba.con...