update resource abbrevations to azure standarsd

This commit is contained in:
Dennis Eikelenboom
2021-08-18 11:58:01 -07:00
parent 96075ca1ef
commit d814115559
9 changed files with 36 additions and 38 deletions

View File

@ -16,6 +16,6 @@ provider "azurerm" {
data "azurerm_client_config" "current" {}
resource "azurerm_resource_group" "default" {
name = "${var.name}-${var.environment}-rgp"
location = "${var.location}"
name = "rg-${var.name}-${var.environment}"
location = var.location
}