Resource Type: azure_resource_group
- Defined in:
- lib/puppet/type/azure_resource_group.rb
- Providers:
-
arm
Overview
Resource group information.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The ID of the resource group.
-
location
The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.
-
managed_by
The ID of the resource that manages this resource group.
-
properties
The resource group properties.
-
tags
The tags attached to the resource group.
-
type
The type of the resource group.
Parameters
-
api_version
The API version to use for this operation.
-
name (namevar)
The name of the resource group.
-
parameters
Parameters supplied to the create or update a resource group.
-
provider
The specific backend to use for this ‘azure_resource_group` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
subscription_id
The ID of the target subscription.