Skip to content

Commit

Permalink
test tf
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 26, 2024
1 parent 4f7b5f2 commit 38e5e69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "random_string" "random" {
special = false
}

data "azurerm_resource_group" "group" {
resource "azurerm_resource_group" "group" {
name = "test-${random_string.random.result}"
location = "polandcentral"
}

0 comments on commit 38e5e69

Please sign in to comment.