Brian Muhlenkamp
Results
2
issues of
Brian Muhlenkamp
### Terraform Version Terraform v0.11.8 + provider.dns v2.0.0 ### Affected Resource(s) - dns_cname_record ### Terraform Configuration Files ```hcl provider "dns" { update { server = "1.2.3.4" } } resource "dns_cname_record"...
bug
The existing example uses the "name" property, which does not include any spaces. That property is piped to the "displayname" argument, which allows for spaces. Under these circumstances, the example...