Zone
Enables you to manage DNS zones within Azure DNS. These zones are hosted on Azure’s name servers to which you can delegate the zone from the parent domain.
Example Usage
using Pulumi;
using Azure = Pulumi.Azure;
class MyStack : Stack
{
public MyStack()
{
var example = new Azure.Core.ResourceGroup("example", new Azure.Core.ResourceGroupArgs
{
Location = "West US",
});
var example_public = new Azure.Dns.Zone("example-public", new Azure.Dns.ZoneArgs
{
ResourceGroupName = example.Name,
});
var example_private = new Azure.PrivateDns.Zone("example-private", new Azure.PrivateDns.ZoneArgs
{
ResourceGroupName = example.Name,
});
}
}
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v3/go/azure/core"
"github.com/pulumi/pulumi-azure/sdk/v3/go/azure/dns"
"github.com/pulumi/pulumi-azure/sdk/v3/go/azure/privatedns"
"github.com/pulumi/pulumi/sdk/v2/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := core.NewResourceGroup(ctx, "example", &core.ResourceGroupArgs{
Location: pulumi.String("West US"),
})
if err != nil {
return err
}
_, err = dns.NewZone(ctx, "example-public", &dns.ZoneArgs{
ResourceGroupName: example.Name,
})
if err != nil {
return err
}
_, err = privatedns.NewZone(ctx, "example-private", &privatedns.ZoneArgs{
ResourceGroupName: example.Name,
})
if err != nil {
return err
}
return nil
})
}import pulumi
import pulumi_azure as azure
example = azure.core.ResourceGroup("example", location="West US")
example_public = azure.dns.Zone("example-public", resource_group_name=example.name)
example_private = azure.privatedns.Zone("example-private", resource_group_name=example.name)import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = new azure.core.ResourceGroup("example", {location: "West US"});
const example_public = new azure.dns.Zone("example-public", {resourceGroupName: example.name});
const example_private = new azure.privatedns.Zone("example-private", {resourceGroupName: example.name});Create a Zone Resource
new Zone(name: string, args: ZoneArgs, opts?: CustomResourceOptions);def Zone(resource_name, opts=None, name=None, resource_group_name=None, tags=None, __props__=None);public Zone(string name, ZoneArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ZoneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Zone Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Zone resource accepts the following input properties:
- Resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the DNS Zone. Must be a valid domain name.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the DNS Zone. Must be a valid domain name.
- map[string]string
A mapping of tags to assign to the resource.
- resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- name string
The name of the DNS Zone. Must be a valid domain name.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- resource_
group_ strname Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- name str
The name of the DNS Zone. Must be a valid domain name.
- Dict[str, str]
A mapping of tags to assign to the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Zone resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Number intOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- Name
Servers List<string> (Optional) A list of values that make up the NS record for the zone.
- Number
Of intRecord Sets (Optional) The number of records already in the zone.
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Number intOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- Name
Servers []string (Optional) A list of values that make up the NS record for the zone.
- Number
Of intRecord Sets (Optional) The number of records already in the zone.
- id string
- The provider-assigned unique ID for this managed resource.
- max
Number numberOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- name
Servers string[] (Optional) A list of values that make up the NS record for the zone.
- number
Of numberRecord Sets (Optional) The number of records already in the zone.
- id str
- The provider-assigned unique ID for this managed resource.
- max_
number_ floatof_ record_ sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- name_
servers List[str] (Optional) A list of values that make up the NS record for the zone.
- number_
of_ floatrecord_ sets (Optional) The number of records already in the zone.
Look up an Existing Zone Resource
Get an existing Zone resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ZoneState, opts?: CustomResourceOptions): Zonestatic get(resource_name, id, opts=None, max_number_of_record_sets=None, name=None, name_servers=None, number_of_record_sets=None, resource_group_name=None, tags=None, __props__=None);public static Zone Get(string name, Input<string> id, ZoneState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Max
Number intOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- Name string
The name of the DNS Zone. Must be a valid domain name.
- Name
Servers List<string> (Optional) A list of values that make up the NS record for the zone.
- Number
Of intRecord Sets (Optional) The number of records already in the zone.
- Resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Max
Number intOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- Name string
The name of the DNS Zone. Must be a valid domain name.
- Name
Servers []string (Optional) A list of values that make up the NS record for the zone.
- Number
Of intRecord Sets (Optional) The number of records already in the zone.
- Resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- max
Number numberOf Record Sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- name string
The name of the DNS Zone. Must be a valid domain name.
- name
Servers string[] (Optional) A list of values that make up the NS record for the zone.
- number
Of numberRecord Sets (Optional) The number of records already in the zone.
- resource
Group stringName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- max_
number_ floatof_ record_ sets (Optional) Maximum number of Records in the zone. Defaults to
1000.- name str
The name of the DNS Zone. Must be a valid domain name.
- name_
servers List[str] (Optional) A list of values that make up the NS record for the zone.
- number_
of_ floatrecord_ sets (Optional) The number of records already in the zone.
- resource_
group_ strname Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
- Dict[str, str]
A mapping of tags to assign to the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.