Error: Invalid variable name
on github_resources.tf line 7, in variable "count":
7: variable "count" {
The variable name "count" is reserved due to its special meaning inside module
blocks.
Solution
You must not use following variables. These names are reserved for meta-arguments in module configuration blocks, and cannot be declared as variable names.
- source
- version
- providers
- count
- for_each
- lifecycle
- depends_on
- locals
Terraform Basic Tutorial with Demo by Piyush 2020
Terraform Fundamental Tutorials by Harish in 2020
Terraform Fundamental Tutorial By Guru in 2020 Part-1
Terraform Fundamental Tutorial By Guru in 2020 Part-2
Terraform Fundamental Tutorial By Guru in 2020 Part-3
Terraform Fundamental Tutorial By Guru in 2020 Part-4
Terraform Fundamental Tutorial By Guru in 2020 Part-5
Terraform Advance Tutorial for Beginners with Demo 2020 — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024