Skip to content

Commit

Permalink
Merge pull request #1884 from sschne/simon/fix/public-ip-reverse-fqdn
Browse files Browse the repository at this point in the history
fix(public_ip_addresses): reverse_fqdn type
  • Loading branch information
arnaudlh authored Jan 5, 2024
2 parents b9c6fbe + dc157d5 commit fc0cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking/public_ip_addresses/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ variable "generate_domain_name_label" {

variable "reverse_fqdn" {
description = "(Optional) A fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN."
type = bool
type = string
default = null
}

Expand Down

0 comments on commit fc0cc4d

Please sign in to comment.