We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de3c50 commit 31bf5edCopy full SHA for 31bf5ed
main.tf
@@ -13,6 +13,12 @@ resource "azurerm_network_security_group" "example" {
13
name = "test-security-group"
14
location = azurerm_resource_group.example.location
15
resource_group_name = azurerm_resource_group.example.name
16
+ tags = {
17
+ CreatedBy = "Devops"
18
+ UsedBy = "Testing"
19
+ UsedFor = "Testing"
20
+ Owner = "IT"
21
+ }
22
}
23
24
resource "azurerm_virtual_network" "example" {
@@ -34,6 +40,9 @@ resource "azurerm_virtual_network" "example" {
34
40
35
41
36
42
tags = {
37
- environment = "Production"
43
44
45
46
38
47
39
48
0 commit comments