Skip to content

seenureddy/terraform-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-learn

  • In terraform console we can access the variables.

`> var.myapp { "myKey" = "hello map" }

"${var.myapp}" { "myKey" = "hello map" } "${var.myapp["myKey"]}" hello map `

  • Removing large files from Git without losing history

git filter-branch --index-filter 'git rm --cached --ignore-unmatch <file_name>' --tag-name-filter cat -- --all

About

Terraform setup for aws cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages