Public Subnet
,IGW
,Route Table, EC2
modules working:- Added
Public Subnet
,IGW
,Route Table, EC2
modules - Tried to apply and destroy
VPC
,Public Subnet
,IGW
,Route Table, EC2
infrastructure
- Added
-
Learning of the Terraform:
- Configuring S3 backend to store Terraform state
- Using
-backend-config=path/to/config
key ininit
command. This key gives the ability to not show backend config in the repository
-
VPC module
working:- Added
VPC module
- Tried to apply and destroy
VPC
infrastructure
- Added
-
Terraform binary has been installed:
- Download Terraform
- How to make the
terrafrom
binary available on thePATH
:- Add
export PATH="$PATH:$HOME/path/to/terrafrom/binary/directory"
to~/.bashrc
- Update
PATH
for the remainder of the session -source ~/.bashrc
- Add
-
The Terraform IAM user and group have been created:
- Terraform User is in a Terraform Group
- Group has
AdministratorAccess
policy - User has Sign-In credentials and Access Keys