Add Sample: Integration Testing (#43)
add samples for integration testing
This commit is contained in:
6
samples/integration-testing/src/main.tf
Normal file
6
samples/integration-testing/src/main.tf
Normal file
@ -0,0 +1,6 @@
|
||||
resource "random_uuid" "uuid" {}
|
||||
|
||||
resource "azurerm_resource_group" "rg" {
|
||||
name = "rg-hello-tf-${random_uuid.uuid.result}"
|
||||
location = var.location
|
||||
}
|
Reference in New Issue
Block a user