Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Last active February 8, 2024 18:12
Show Gist options
  • Save dustindortch/00031eae18a922144104e553fac72406 to your computer and use it in GitHub Desktop.
Save dustindortch/00031eae18a922144104e553fac72406 to your computer and use it in GitHub Desktop.
Terraform Best Practices: Do Not Hard Code Values - Hard Coded Resource Group
resource "azurerm_resource_group" "rg" {
name = "rg-eus-test-myrg"
location = "eastus"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment