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
terraform plan shows that new dns records will be created, so as expected terraform apply works as expected in Windows 10, but fails in Linux environments (Ubuntu 22.04):
│ Error: Error updating DNS record: error negotiating GSS context: 2 errors occurred:
│ * KRB5_CONFIG: not found
│ * stat /etc/krb5.conf: no such file or directory
It's not really clear why it tries to open /etc/krb5.conf while DNS_UPDATE_PASSWORD is set and DNS_UPDATE_KEYTAB is unset?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform CLI and Provider Versions
Terraform v1.5.3
on linux_amd64
Terraform Configuration
Expected Behavior
DNS records will be created as per configs
Actual Behavior
terraform plan
shows that new dns records will be created, so as expectedterraform apply
works as expected in Windows 10, but fails in Linux environments (Ubuntu 22.04):It's not really clear why it tries to open
/etc/krb5.conf
whileDNS_UPDATE_PASSWORD
is set andDNS_UPDATE_KEYTAB
is unset?Steps to Reproduce
terraform plan -out plan
terraform apply plan
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: