A Terraform Repository to provision infrastructure for Jenkins on AWS
Install Terraform (MAC)
> brew tap hashicorp/tap
> brew install hashicorp/tap/terraform
> brew upgrade hashicorp/tap/terraform
> terraform -help
Initialise a terraform repo with main.tf file:
> terraform init
> terrraform validate
> terraform plan
> terraform apply
To destroy the resouce
> terraform destroy
#commit to check jenkins CI