You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module which creates Resource Group on Azure and This module will also give you option to add Lock Resource feature into your Resource Group.
Terraform versions
Terraform 1.0
Usage
module"res_group" {
source="git::https://github.com/OT-terraform-azure-modules/azure_resource_group.git"tag_map={
Name ="azure_rg"
}
}
Tags
Tags are assigned to resources with name variable as prefix.
Additial tags can be assigned by tags variables as defined above.