Skip to content

kizotheitguy/terraform-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

terraform-session

Requirements

  • Azure Tenant and Active Subscription
  • AWS Account
  • Python
  • Terraform Download

MacOs or Linux Machine

Windows Machine:

Environment Set-up

For Azure users, do

az login

# will pop-up a browser, enter your credentails to sign in 
# then

az account set -s <your subscription ID>

For AWS users, do

aws configure
AWS Access Key ID [None]: XXXXXXXXXXXXXXXXXXXXXX
AWS Secret Access Key [None]: <your Access Key>
Default region name [None]: eu-west-2
Default output format [None]: json

Running Terraform modules

Clone this repo

# Change directory to your Cloud Provider
cd azure # or cd aws
terraform init
terraform plan -out azure.plan
terraform apply azure.plan

# To Clean UP
terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages