Closed kpocius closed 1 year ago
Thanks for pointing that out. Unfortunately, with the current implementation address
is a required field for all resources. The issue will be addressed in v1.5 which is a work in progress.
@kpocius can you configrm the issue is resolved in v2.0.0-beta.1?
Provider now fails if address
is present, so it's not backwards compatible. But otherwise it seems to work fine.
uptime_check_api
resource specifies thataddress
argument is required, and in fact terraform throws an error if you don't specify it:However, this argument does not appear to be stored in the state:
Which results in a permadiff when planning/applying:
A workaround is to ignore the changes for now, but it would be ideal if this was not necessary: