Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Cloudflare represents DNS managed in Cloudflare. Cloudflare = "cloudflare" // Manual represents a manual DNS configuration. Manual = "manual" // Route53 represents DNS managed in Route 53. Route53 = "route53" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config represents a Lokomotive DNS configuration.
func (*Config) ManualConfigPrompt ¶ added in v0.4.0
func (c *Config) ManualConfigPrompt() terraform.ExecutionHook
ManualConfigPrompt returns a terraform.ExecutionHook which prompts the user to configure DNS entries manually and verifies the entries were created successfully.
Click to show internal directories.
Click to hide internal directories.