route53-record
clouddrove/route53-record/aws
Terraform module to create Route53 table record set resource on AWS.
Terraform AWS Route53 Record Terraform module to create Route53 table record set resource on AWS. We eat, drink, sleep and most importantly love DevOps. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy Bigger problems are always solved by breaking them into smaller manageable problems . Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure. This module is basically combination of Terraform open source and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastr
| Name | Type | Description | Default |
|---|---|---|---|
| multivalue_answer_routing_policy | string | Set to true to indicate a multivalue answer routing policy. Conflicts with any o | required |
| set_identifier | string | Unique identifier to differentiate records with routing policies from one anothe | required |
| zone_id | string | Zone ID. | required |
| allow_overwrite | bool | Allow creation of this record in Terraform to overwrite an existing record, if a | false |
| name | string | The name of the record. | "" |
| values | string | (Required for non-alias records) A string list of records. To specify a single r | "" |
| health_check_id | string | The health check the record should be associated with. | "" |
| alias | map(any) | An alias block. Conflicts with ttl & records. Alias record documented below. | {} |
| record_enabled | bool | Whether to create Route53 record set. | true |
| type | string | The record type. Valid values are A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SOA, | "" |
| ttl | string | (Required for non-alias records) The TTL of the record. | "" |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,