Tailscale
DnsPreferences
The dns_preferences resource allows you to configure DNS preferences for your Tailscale network. See the Tailscale DNS documentation for more information.
Example Usage
using Pulumi;
using Tailscale = Pulumi.Tailscale;
class MyStack : Stack
{
public MyStack()
{
var samplePreferences = new Tailscale.DnsPreferences("samplePreferences", new Tailscale.DnsPreferencesArgs
{
MagicDns = true,
});
}
}
package main
import (
"github.com/pulumi/pulumi-tailscale/sdk/go/tailscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tailscale.NewDnsPreferences(ctx, "samplePreferences", &tailscale.DnsPreferencesArgs{
MagicDns: pulumi.Bool(true),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_tailscale as tailscale
sample_preferences = tailscale.DnsPreferences("samplePreferences", magic_dns=True)
import * as pulumi from "@pulumi/pulumi";
import * as tailscale from "@pulumi/tailscale";
const samplePreferences = new tailscale.DnsPreferences("sample_preferences", {
magicDns: true,
});
Coming soon!
Create a DnsPreferences Resource
new DnsPreferences(name: string, args: DnsPreferencesArgs, opts?: CustomResourceOptions);
@overload
def DnsPreferences(resource_name: str,
opts: Optional[ResourceOptions] = None,
magic_dns: Optional[bool] = None)
@overload
def DnsPreferences(resource_name: str,
args: DnsPreferencesArgs,
opts: Optional[ResourceOptions] = None)
func NewDnsPreferences(ctx *Context, name string, args DnsPreferencesArgs, opts ...ResourceOption) (*DnsPreferences, error)
public DnsPreferences(string name, DnsPreferencesArgs args, CustomResourceOptions? opts = null)
public DnsPreferences(String name, DnsPreferencesArgs args)
public DnsPreferences(String name, DnsPreferencesArgs args, CustomResourceOptions options)
type: tailscale:DnsPreferences
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnsPreferencesArgs
- 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 DnsPreferencesArgs
- 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 DnsPreferencesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnsPreferencesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DnsPreferencesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DnsPreferences 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 DnsPreferences resource accepts the following input properties:
- Magic
Dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- Magic
Dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns Boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic_
dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns Boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
Outputs
All input properties are implicitly available as output properties. Additionally, the DnsPreferences resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up an Existing DnsPreferences Resource
Get an existing DnsPreferences 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?: DnsPreferencesState, opts?: CustomResourceOptions): DnsPreferences
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
magic_dns: Optional[bool] = None) -> DnsPreferences
func GetDnsPreferences(ctx *Context, name string, id IDInput, state *DnsPreferencesState, opts ...ResourceOption) (*DnsPreferences, error)
public static DnsPreferences Get(string name, Input<string> id, DnsPreferencesState? state, CustomResourceOptions? opts = null)
public static DnsPreferences get(String name, Output<String> id, DnsPreferencesState 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.
- Magic
Dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- Magic
Dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns Boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic_
dns bool Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
- magic
Dns Boolean Enables or disables MagicDNS, automatically registers DNS names for devices on your network. At least one DNS server must be set before enabling Magic DNS.
Package Details
- Repository
- https://github.com/pulumi/pulumi-tailscale
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
tailscale
Terraform Provider.