mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 02:24:11 +00:00
| .. | ||
| dns.tf | ||
| provider.tf | ||
| README.md | ||
| variables.tf | ||
Requirements
| Name | Version |
|---|---|
| terraform | ~> 1.0 |
| ~> 4.0 |
Providers
| Name | Version |
|---|---|
| 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({ |
[] |
no |
Outputs
No outputs.