Following aws vpc course from https://github.com/Lowess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 B

TP Terraform - AWS

https://infrastructure.aws

Mise en place de l'envirronement de dev

terraform init
terraform plan

Importation de AWS vers notre code Terraform

Exemple avec un vpc :

terraform import aws_vpc.main <vpc-id>