Skip to content

Commit

Permalink
Cleanup (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Mar 11, 2024
1 parent 70562f9 commit f6b441e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
# Generated files
.docusaurus
.cache-loader
/layouts
/public
/resources
/themes
/tmp

/static/css
/static/js
/static/styleguide
/static/webfonts

# Misc
.env
Expand Down Expand Up @@ -65,4 +75,4 @@ static/assets/refarch/**
!content/reference-architecture/sitemap.xml
!content/components/library/aws/_category_.json
!content/github-actions/library/actions/_category_.json
changelog/*
changelog/*
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ categories:
We provide a lot of information about how to use Terraform and write Terraform code elsewhere on this site:

- [Terraform Fundamentals](/fundamentals/terraform.md)
- [Terraform Best Practices](/category/best-practices/terraform-best-practices.md)
- [Terraform Tips and Tricks](/category/best-practices/terraform-tips-and-tricks.md)
- [Terraform Best Practices](/reference/best-practices/terraform-best-practices.md)
- [Terraform Tips and Tricks](/reference/best-practices/terraform-tips-tricks.md)

In the articles in this section, we dive into advanced details of Terraform
that require a deeper understanding of Terraform and longer explanation than
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ the length of the list to become unknown.

##### Implicit Transformations of Maps

For reasons detailed in [Terraform Count vs For Each](/reference/best-practices/terraform-count-vs-for-each.md),
For reasons detailed in [Terraform Count vs For Each](/reference/terraform-in-depth/terraform-count-vs-for-each.md),
it is usually preferable to use `for_each` rather than `count` to create
multiple resources. However, when using `for_each`, it is required that all
of the keys be known at plan time. If you use a list of strings to make the
Expand Down
10 changes: 7 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6b441e

Please sign in to comment.