kasm-terraform/gcp/modules/dns_records
2024-04-25 20:58:25 +00:00
..
dns.tf Added new GCP terraform provider 2024-04-25 20:58:25 +00:00
provider.tf Added new GCP terraform provider 2024-04-25 20:58:25 +00:00
README.md Added new GCP terraform provider 2024-04-25 20:58:25 +00:00
variables.tf Added new GCP terraform provider 2024-04-25 20:58:25 +00:00

Requirements

Name Version
terraform ~> 1.0
google ~> 4.0

Providers

Name Version
google 4.81.0

Modules

No modules.

Resources

Name Type
google_dns_record_set.records resource

Inputs

Name Description Type Default Required
domain Zone domain, must end with a period. string n/a yes
name Zone name, must be unique within the project. string n/a yes
project_id Project id for the zone. string n/a yes
recordsets List of DNS record objects to manage, in the standard terraform dns structure.
list(object({
name = string
type = string
ttl = number
records = list(string)
}))
[] no

Outputs

No outputs.