Skip to content

cosmasnyairo/Terraform-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documenting terraform scripts to create resources

Since we're using an external backend config:

Replace the key, bucket and region to your use case i.e

  • key = name of tfstate file to be stored in s3
  • bucket = bucket to store your tfstate files
  • region = aws region to use for the backend
 terraform init \
    -backend-config="../backend.hcl" \
    -backend-config="key=test.tfstate" \ 
    -backend-config="bucket=test-bucket" \
    -backend-config="region=eu-west-1"

About

Terraform scripts to create resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages