Skip to content

agbykov/Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Training

Terraform training

h3

Owner: Alexis Bykov

Topics: Terraform, ...

Note: Before use terraform commands do aws configuration or see Exports commands below to set AWS credentials and default region values

Useful Terraform's Commands

terraform init
terraform validate
teraform fmt
tflint
terraform plan
terraform apply
terraform destroy

Exports for AWS credentials and default region

export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_DEFAULT_REGION=eu-central-1

About

My Training files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors