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
There is an issue with DNS record management in MAAS. When I have two DNS records (test-1, test-2) pointing to the same IP address, and I remove one record (e.g., test-1) via Terraform, it also removes the other record (test-2) in MAAS.
Steps to Reproduce:
Create two DNS records with the following Terraform configuration:
There is an issue with DNS record management in MAAS. When I have two DNS records (test-1, test-2) pointing to the same IP address, and I remove one record (e.g., test-1) via Terraform, it also removes the other record (test-2) in MAAS.
Steps to Reproduce:
Apply the configuration to create both records in MAAS.
Remove one of the DNS records (e.g., test_1) using Terraform.
Expected Result: Only the specified record (test_1) should be removed.
Actual Result: Both records (test_1 and test_2) are removed from MAAS.
The text was updated successfully, but these errors were encountered: