terraform get
terraform init
terraform apply
- aws_access_key
- aws_secret_key
- aws_region
- apache_server_key : name of the ssh key
- vpc_cidr
- public_subnet_cidr
We can store them in terraform.tfvars
or provide them with the command
terraform get
terraform init
terraform apply
We can store them in terraform.tfvars
or provide them with the command