prudhvitella / terraform-provider-infoblox

Infoblox plugin for Terraform
Mozilla Public License 2.0
41 stars 54 forks source link

TTL and comments do not get set on A records #34

Closed lex00-zz closed 5 years ago

lex00-zz commented 6 years ago

When I setup a new A record, the provider wants to set the comment and TTL again on the next apply. A second apply does not set the values.

My workaround for now is to not set TTL or comment. The comment is off less concern.

JackBracken commented 6 years ago

Hi @lex00, thanks for opening the issue. My off-hand suspicion is that something in the populateSharedAttributes function isn't behaving the way I'd expect, but I'm unusually busy just at the moment. I'd like to dive deeper on this and #33 but it may take me a few days. Thanks again!

JackBracken commented 5 years ago

This should now be fixed for A records in the latest release. I'll roll out and test the changes for other records soon too. Thanks!