You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value is currently a required parameter. I would expect it to be optional in case of dynamic_dns=true to avoid overriding the dynamic IP on the next terraform apply.
I would expect the following input to be accepted by making value optional:
Alternative would be to ignore the value when the record already exists.
Actual Behavior
On each terraform apply the IP address uploaded by my router is overriden by hardcoded value in terraform. With this we loose the dynamic capabilities.
Steps to Reproduce
terraform apply
modify the IP address either by the UI or with a dyndns client
terraform apply -> IP change from step 2 is lost.
Important Factoids
NA
References
NA
The text was updated successfully, but these errors were encountered:
angelnu
pushed a commit
to angelnu/terraform-provider-dme
that referenced
this issue
Jun 5, 2022
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
NA
Panic Output
NA
Expected Behavior
value is currently a required parameter. I would expect it to be optional in case of dynamic_dns=true to avoid overriding the dynamic IP on the next terraform apply.
I would expect the following input to be accepted by making value optional:
Alternative would be to ignore the value when the record already exists.
Actual Behavior
On each terraform apply the IP address uploaded by my router is overriden by hardcoded value in terraform. With this we loose the dynamic capabilities.
Steps to Reproduce
terraform apply
terraform apply
-> IP change from step 2 is lost.Important Factoids
NA
References
NA
The text was updated successfully, but these errors were encountered: