mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
4 lines
No EOL
117 B
HCL
4 lines
No EOL
117 B
HCL
resource "azurerm_resource_group" "resource_group" {
|
|
name = var.resource_group_name
|
|
location = var.location
|
|
} |