File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
user-assigned-managed-identity Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Basic usage of this module is as follows:
14
14
# Optional variables
15
15
application_name = "devwithkrishna"
16
16
environment = "DEV"
17
- location = "centralindia "
18
- managed_identity_name = "test "
19
- resource_group_name = "testrg "
20
- temporary = "TRUE "
17
+ location = ""
18
+ managed_identity_name = ""
19
+ resource_group_name = ""
20
+ temporary = ""
21
21
}
22
22
```
23
23
Original file line number Diff line number Diff line change 1
1
variable "resource_group_name" {
2
- default = " testrg "
2
+ default = " "
3
3
description = " Azure resource group name to create managed identity"
4
4
type = string
5
5
}
6
6
7
7
variable "managed_identity_name" {
8
- default = " test "
8
+ default = " "
9
9
description = " Name of user assigned managed identity in Azure"
10
10
type = string
11
11
}
12
12
13
13
variable "location" {
14
- default = " centralindia "
14
+ default = " "
15
15
description = " Azure location"
16
16
type = string
17
17
}
You can’t perform that action at this time.
0 commit comments