ns1.Zone
Explore with Pulumi AI
Import
$ pulumi import ns1:index/zone:Zone <name> <zone>`
So for the example above
$ pulumi import ns1:index/zone:Zone example terraform.example.io`
Create Zone Resource
new Zone(name: string, args: ZoneArgs, opts?: CustomResourceOptions);
@overload
def Zone(resource_name: str,
opts: Optional[ResourceOptions] = None,
additional_ports: Optional[Sequence[int]] = None,
additional_primaries: Optional[Sequence[str]] = None,
autogenerate_ns_record: Optional[bool] = None,
dnssec: Optional[bool] = None,
expiry: Optional[int] = None,
hostmaster: Optional[str] = None,
link: Optional[str] = None,
networks: Optional[Sequence[int]] = None,
nx_ttl: Optional[int] = None,
primary: Optional[str] = None,
primary_port: Optional[int] = None,
refresh: Optional[int] = None,
retry: Optional[int] = None,
secondaries: Optional[Sequence[ZoneSecondaryArgs]] = None,
tsig: Optional[Mapping[str, str]] = None,
ttl: Optional[int] = None,
zone: Optional[str] = None)
@overload
def Zone(resource_name: str,
args: ZoneArgs,
opts: Optional[ResourceOptions] = None)
func NewZone(ctx *Context, name string, args ZoneArgs, opts ...ResourceOption) (*Zone, error)
public Zone(string name, ZoneArgs args, CustomResourceOptions? opts = null)
type: ns1:Zone
properties: # The arguments to resource properties.
options: # 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.
- resource_name str
- The unique name of the resource.
- args ZoneArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control 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.
- name String
- The unique name of the resource.
- args ZoneArgs
- The arguments to resource properties.
- options 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 Architecture and Concepts docs.
Inputs
The Zone resource accepts the following input properties:
- Zone
Name string The domain name of the zone.
- Additional
Ports List<int> - Additional
Primaries List<string> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- Autogenerate
Ns boolRecord - Dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- Expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Hostmaster string
(Computed) The SOA Hostmaster.
- Link string
The target zone(domain name) to link to.
- Networks List<int>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- Nx
Ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- Primary
Port int - Refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Secondaries
List<Zone
Secondary Args> List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- Tsig Dictionary<string, string>
TSIG is documented below
- Ttl int
The SOA TTL.
- Zone string
The domain name of the zone.
- Additional
Ports []int - Additional
Primaries []string List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- Autogenerate
Ns boolRecord - Dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- Expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Hostmaster string
(Computed) The SOA Hostmaster.
- Link string
The target zone(domain name) to link to.
- Networks []int
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- Nx
Ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- Primary
Port int - Refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Secondaries
[]Zone
Secondary Args List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- Tsig map[string]string
TSIG is documented below
- Ttl int
The SOA TTL.
- zone String
The domain name of the zone.
- additional
Ports List<Integer> - additional
Primaries List<String> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns BooleanRecord - dnssec Boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry Integer
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster String
(Computed) The SOA Hostmaster.
- link String
The target zone(domain name) to link to.
- networks List<Integer>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl Integer The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary String
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port Integer - refresh Integer
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry Integer
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
List<Zone
Secondary Args> List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Map<String,String>
TSIG is documented below
- ttl Integer
The SOA TTL.
- zone string
The domain name of the zone.
- additional
Ports number[] - additional
Primaries string[] List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns booleanRecord - dnssec boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry number
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster string
(Computed) The SOA Hostmaster.
- link string
The target zone(domain name) to link to.
- networks number[]
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl number The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port number - refresh number
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry number
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
Zone
Secondary Args[] List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig {[key: string]: string}
TSIG is documented below
- ttl number
The SOA TTL.
- zone str
The domain name of the zone.
- additional_
ports Sequence[int] - additional_
primaries Sequence[str] List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate_
ns_ boolrecord - dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster str
(Computed) The SOA Hostmaster.
- link str
The target zone(domain name) to link to.
- networks Sequence[int]
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx_
ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary str
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary_
port int - refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
Sequence[Zone
Secondary Args] List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Mapping[str, str]
TSIG is documented below
- ttl int
The SOA TTL.
- zone String
The domain name of the zone.
- additional
Ports List<Number> - additional
Primaries List<String> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns BooleanRecord - dnssec Boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry Number
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster String
(Computed) The SOA Hostmaster.
- link String
The target zone(domain name) to link to.
- networks List<Number>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl Number The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary String
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port Number - refresh Number
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry Number
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries List<Property Map>
List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Map<String>
TSIG is documented below
- ttl Number
The SOA TTL.
Outputs
All input properties are implicitly available as output properties. Additionally, the Zone resource produces the following output properties:
- Dns
Servers string (Computed) Authoritative Name Servers.
- Id string
The provider-assigned unique ID for this managed resource.
- Dns
Servers string (Computed) Authoritative Name Servers.
- Id string
The provider-assigned unique ID for this managed resource.
- dns
Servers String (Computed) Authoritative Name Servers.
- id String
The provider-assigned unique ID for this managed resource.
- dns
Servers string (Computed) Authoritative Name Servers.
- id string
The provider-assigned unique ID for this managed resource.
- dns_
servers str (Computed) Authoritative Name Servers.
- id str
The provider-assigned unique ID for this managed resource.
- dns
Servers String (Computed) Authoritative Name Servers.
- id String
The provider-assigned unique ID for this managed resource.
Look up 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): Zone
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
additional_ports: Optional[Sequence[int]] = None,
additional_primaries: Optional[Sequence[str]] = None,
autogenerate_ns_record: Optional[bool] = None,
dns_servers: Optional[str] = None,
dnssec: Optional[bool] = None,
expiry: Optional[int] = None,
hostmaster: Optional[str] = None,
link: Optional[str] = None,
networks: Optional[Sequence[int]] = None,
nx_ttl: Optional[int] = None,
primary: Optional[str] = None,
primary_port: Optional[int] = None,
refresh: Optional[int] = None,
retry: Optional[int] = None,
secondaries: Optional[Sequence[ZoneSecondaryArgs]] = None,
tsig: Optional[Mapping[str, str]] = None,
ttl: Optional[int] = None,
zone: Optional[str] = None) -> Zone
func GetZone(ctx *Context, name string, id IDInput, state *ZoneState, opts ...ResourceOption) (*Zone, error)
public static Zone Get(string name, Input<string> id, ZoneState? state, CustomResourceOptions? opts = null)
public static Zone get(String name, Output<String> id, ZoneState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- 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.
- Additional
Ports List<int> - Additional
Primaries List<string> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- Autogenerate
Ns boolRecord - Dns
Servers string (Computed) Authoritative Name Servers.
- Dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- Expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Hostmaster string
(Computed) The SOA Hostmaster.
- Link string
The target zone(domain name) to link to.
- Networks List<int>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- Nx
Ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- Primary
Port int - Refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Secondaries
List<Zone
Secondary Args> List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- Tsig Dictionary<string, string>
TSIG is documented below
- Ttl int
The SOA TTL.
- Zone
Name string The domain name of the zone.
- Additional
Ports []int - Additional
Primaries []string List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- Autogenerate
Ns boolRecord - Dns
Servers string (Computed) Authoritative Name Servers.
- Dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- Expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Hostmaster string
(Computed) The SOA Hostmaster.
- Link string
The target zone(domain name) to link to.
- Networks []int
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- Nx
Ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- Primary
Port int - Refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- Secondaries
[]Zone
Secondary Args List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- Tsig map[string]string
TSIG is documented below
- Ttl int
The SOA TTL.
- Zone string
The domain name of the zone.
- additional
Ports List<Integer> - additional
Primaries List<String> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns BooleanRecord - dns
Servers String (Computed) Authoritative Name Servers.
- dnssec Boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry Integer
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster String
(Computed) The SOA Hostmaster.
- link String
The target zone(domain name) to link to.
- networks List<Integer>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl Integer The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary String
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port Integer - refresh Integer
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry Integer
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
List<Zone
Secondary Args> List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Map<String,String>
TSIG is documented below
- ttl Integer
The SOA TTL.
- zone String
The domain name of the zone.
- additional
Ports number[] - additional
Primaries string[] List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns booleanRecord - dns
Servers string (Computed) Authoritative Name Servers.
- dnssec boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry number
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster string
(Computed) The SOA Hostmaster.
- link string
The target zone(domain name) to link to.
- networks number[]
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl number The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary string
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port number - refresh number
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry number
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
Zone
Secondary Args[] List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig {[key: string]: string}
TSIG is documented below
- ttl number
The SOA TTL.
- zone string
The domain name of the zone.
- additional_
ports Sequence[int] - additional_
primaries Sequence[str] List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate_
ns_ boolrecord - dns_
servers str (Computed) Authoritative Name Servers.
- dnssec bool
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry int
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster str
(Computed) The SOA Hostmaster.
- link str
The target zone(domain name) to link to.
- networks Sequence[int]
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx_
ttl int The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary str
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary_
port int - refresh int
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry int
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries
Sequence[Zone
Secondary Args] List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Mapping[str, str]
TSIG is documented below
- ttl int
The SOA TTL.
- zone str
The domain name of the zone.
- additional
Ports List<Number> - additional
Primaries List<String> List of additional IPv4 addresses for the primary zone. Conflicts with
secondaries
.- autogenerate
Ns BooleanRecord - dns
Servers String (Computed) Authoritative Name Servers.
- dnssec Boolean
Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to
true
.- expiry Number
The SOA Expiry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- hostmaster String
(Computed) The SOA Hostmaster.
- link String
The target zone(domain name) to link to.
- networks List<Number>
List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.
- nx
Ttl Number The SOA NX TTL. Conflicts with
primary
andadditional_primaries
(default must be accepted).- primary String
The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with
secondaries
.- primary
Port Number - refresh Number
The SOA Refresh. Conflicts with
primary
andadditional_primaries
(default must be accepted).- retry Number
The SOA Retry. Conflicts with
primary
andadditional_primaries
(default must be accepted).- secondaries List<Property Map>
List of secondary servers. This makes the zone a primary. Conflicts with
primary
andadditional_primaries
. Secondaries is documented below.- tsig Map<String>
TSIG is documented below
- ttl Number
The SOA TTL.
- zone String
The domain name of the zone.
Supporting Types
ZoneSecondary
- Ip string
IPv4 address of the secondary server.
- Networks List<int>
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- Notify bool
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- Port int
Port of the the secondary server. Default
53
.
- Ip string
IPv4 address of the secondary server.
- Networks []int
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- Notify bool
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- Port int
Port of the the secondary server. Default
53
.
- ip String
IPv4 address of the secondary server.
- networks List<Integer>
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- notify_ Boolean
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- port Integer
Port of the the secondary server. Default
53
.
- ip string
IPv4 address of the secondary server.
- networks number[]
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- notify boolean
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- port number
Port of the the secondary server. Default
53
.
- ip str
IPv4 address of the secondary server.
- networks Sequence[int]
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- notify bool
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- port int
Port of the the secondary server. Default
53
.
- ip String
IPv4 address of the secondary server.
- networks List<Number>
List of network IDs (
int
) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.- notify Boolean
Whether we send
NOTIFY
messages to the secondary host when the zone changes. Defaultfalse
.- port Number
Port of the the secondary server. Default
53
.
Package Details
- Repository
- NS1 pulumi/pulumi-ns1
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
ns1
Terraform Provider.