Skip to content

Commit

Permalink
Added terraform tagg to resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi-Sensa committed Jun 27, 2024
1 parent b5208d3 commit bd92bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DSC_Test.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
resource "azurerm_resource_group" "res-0" {
location = "northeurope"
name = "DSC_Test"
tags = {
TerraformStatus = "Managed"
}
}
resource "azurerm_automation_account" "res-1" {
location = "northeurope"
Expand Down

0 comments on commit bd92bc7

Please sign in to comment.