diff --git a/.gitignore b/.gitignore index 1357d8c17..6c16b053f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,16 @@ # Generated files .docusaurus .cache-loader +/layouts +/public +/resources +/themes +/tmp + +/static/css +/static/js +/static/styleguide +/static/webfonts # Misc .env @@ -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/* \ No newline at end of file +changelog/* diff --git a/content/docs/reference/terraform-in-depth/terraform-in-depth.md b/content/docs/reference/terraform-in-depth/terraform-in-depth.md index 2505ce524..17e8b0a2d 100644 --- a/content/docs/reference/terraform-in-depth/terraform-in-depth.md +++ b/content/docs/reference/terraform-in-depth/terraform-in-depth.md @@ -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 diff --git a/content/docs/reference/terraform-in-depth/terraform-unknown-at-plan-time.md b/content/docs/reference/terraform-in-depth/terraform-unknown-at-plan-time.md index e733599f4..fd098ef63 100644 --- a/content/docs/reference/terraform-in-depth/terraform-unknown-at-plan-time.md +++ b/content/docs/reference/terraform-in-depth/terraform-unknown-at-plan-time.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 27a4e3ecf..62c25efc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5137,9 +5137,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001445", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001445.tgz", - "integrity": "sha512-8sdQIdMztYmzfTMO6KfLny878Ln9c2M0fc7EH60IjlP4Dc4PiCy7K2Vl3ITmWgOyPgVQKa5x+UP/KqFsxj4mBg==", + "version": "1.0.30001591", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz", + "integrity": "sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ==", "funding": [ { "type": "opencollective", @@ -5148,6 +5148,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ] },