Name | Description | Type | Default | Required |
---|---|---|---|---|
business_unit | Top-level division of your company that owns the subscription or workload that the resource belongs to. In smaller organizations, this tag might represent a single corporate or shared top-level organizational element. | string |
"Corp" |
no |
create | Used when creating the Resource Group. | string |
"90m" |
no |
delete | Used when deleting the Resource Group. | string |
"90m" |
no |
enabled | Flag to control the module creation. | bool |
true |
no |
environment | Environment (e.g. prod , dev , staging ). |
string |
null |
no |
extra_tags | Variable to pass extra tags. | map(string) |
null |
no |
label_order | Label order, e.g. name ,application . |
list(string) |
[ |
no |
location | Location where resource should be created. | string |
null |
no |
lock_level | n/a | string |
"CanNotDelete" |
no |
managedby | ManagedBy, eg 'CloudDrove'. | string |
"hello@clouddrove.com" |
no |
name | Name (e.g. app or cluster ). |
string |
null |
no |
notes | Specifies some notes about the lock. Maximum of 512 characters. Changing this forces a new resource to be created. | string |
"This Resource Group is locked by terrafrom" |
no |
read | Used when retrieving the Resource Group. | string |
"5m" |
no |
repository | Terraform current module repo | string |
"https://github.com/clouddrove/terraform-azure-resource-group" |
no |
resource_lock_enabled | enable or disable lock resource | bool |
false |
no |
update | Used when updating the Resource Group. | string |
"90m" |
no |
Name | Description |
---|---|
resource_group_id | The ID of the Resource Group. |
resource_group_location | The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created. |
resource_group_name | The Name which should be used for this Resource Group. Changing this forces a new Resource Group to be created. |
tags | A mapping of tags which should be assigned to the Resource Group. |