Skip to content

Superm4n97/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws

Tutorials of AWS resource creation using Terraform

Install Terraform

You can install Terraform form here. For ubuntu operating system you can use the following commands:

wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update
sudo apt install terraform

Run

export AWS_SECRET_ACCESS_KEY="yoursecretaccesskey"
export AWS_ACCESS_KEY_ID="youraccesskeyid"
terraform init
terraform apply

About

Tutorials of AWS resource creation using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages