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
/
acr
/
variables.tf
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
tf
16 lines
189 Bytes
Copy permalink
Copy
Raw
1
variable
"name"
{
2
type
=
string
3
}
4
5
variable
"resource_group_name"
{
6
type
=
string
7
}
8
9
variable
"location"
{
10
type
=
string
11
}
12
13
variable
"tags"
{
14
type
=
map
(
string
)
15
default
=
{}
16
}