Code & Deploy
siGit Code
Git Hosting
Toggle menu
siGit Code
Git Hosting
Sign in
Sign in
@prakhar-gitlab
/
ai-investment-platform
ai-investment-platform
/
infrastructure
/
terraform
/
modules
/
resource-group
/
variables.tf
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
tf
12 lines
137 Bytes
Copy permalink
Copy
Raw
1
variable
"name"
{
2
type
=
string
3
}
4
5
variable
"location"
{
6
type
=
string
7
}
8
9
variable
"tags"
{
10
type
=
map
(
string
)
11
default
=
{}
12
}