Three Tier Virtual Instance
Manages an SAP Three Tier Virtual Instance with a new SAP System.
Note: Before using this resource, it's required to submit the request of registering the Resource Provider with Azure CLI
az provider register --namespace "Microsoft.Workloads". The Resource Provider can take a while to register, you can check the status by runningaz provider show --namespace "Microsoft.Workloads" --query "registrationState". Once this outputs "Registered" the Resource Provider is available for use.
Import
SAP Three Tier Virtual Instances with new SAP Systems can be imported using the resource id, e.g.
$ pulumi import azure:workloadssap/threeTierVirtualInstance:ThreeTierVirtualInstance example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Workloads/sapVirtualInstances/vis1Properties
The Geo-Location where the SAP system is to be created. Changing this forces a new resource to be created.
The environment type for the SAP Three Tier Virtual Instance. Possible values are NonProd and Prod. Changing this forces a new resource to be created.
An identity block as defined below.
The name of the managed Resource Group for the SAP Three Tier Virtual Instance. Changing this forces a new resource to be created.
The network access type for managed resources. Possible values are Private and Public. Defaults to Public.
The name of the Resource Group where the SAP Three Tier Virtual Instance should exist. Changing this forces a new resource to be created.
The SAP Product type for the SAP Three Tier Virtual Instance. Possible values are ECC, Other and S4HANA. Changing this forces a new resource to be created.
A three_tier_configuration block as defined below. Changing this forces a new resource to be created.