1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-10 19:26:03 +02:00

Fix typo in terraform roadmap content (#6480)

This commit is contained in:
Hünkar
2024-08-12 17:20:57 +03:00
committed by GitHub
parent 2aff6e59d5
commit 1b2888b5ef

View File

@@ -4,5 +4,5 @@ The `provider` meta-argument in Terraform specifies which provider configuration
Learn more from the following resources: Learn more from the following resources:
- [@official@Terraform Docs - for_each](https://developer.hashicorp.com/terraform/language/meta-arguments/resource-provider) - [@official@Terraform Docs - provider](https://developer.hashicorp.com/terraform/language/meta-arguments/resource-provider)
- [@article@Terraform by Example - for_each](https://www.terraformbyexample.com/providers/) - [@article@Terraform by Example - provider](https://www.terraformbyexample.com/providers/)