Resource Group Template Deployment Args
Manages a Resource Group Template Deployment.
Note: This resource will automatically attempt to delete resources deployed by the ARM Template when it is deleted. This behavior can be disabled in the provider
features
block by setting thedelete_nested_items_during_deletion
field tofalse
within thetemplate_deployment
block.
Import
Resource Group Template Deployments can be imported using the resource id
, e.g.
$ pulumi import azure:core/resourceGroupTemplateDeployment:ResourceGroupTemplateDeployment example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Resources/deployments/template1
Constructors
Properties
The Debug Level which should be used for this Resource Group Template Deployment. Possible values are none
, requestContent
, responseContent
and requestContent, responseContent
.
The Deployment Mode for this Resource Group Template Deployment. Possible values are Complete
(where resources in the Resource Group not specified in the ARM Template will be destroyed) and Incremental
(where resources are additive only).
The contents of the ARM Template parameters file - containing a JSON list of parameters.
The name of the Resource Group where the Resource Group Template Deployment should exist. Changing this forces a new Resource Group Template Deployment to be created.
The contents of the ARM Template which should be deployed into this Resource Group. Cannot be specified with template_spec_version_id
.
The ID of the Template Spec Version to deploy. Cannot be specified with template_content
.