-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure.sql: can't create MSSQLServerDNSAlias
#27
Comments
I could reproduce and have investigated this issue which turned out to be a bug on native terraform provider. Filed the following: hashicorp/terraform-provider-azurerm#18614 |
I opened a PR there and got merged very quickly. Now we need a new version there and consume it here. |
@turkenh I assume we are totally dependent on them doing a new release to continue to make progress on this issue? |
Correct. |
@turkenh I see they released a new version of I'm not seeing your bug fix in the release notes, but wondering if you could confirm if it made it into the release. |
Yes, I can confirm. |
I will wait for bumping provider-azure version until repo re-structuring finalizes. |
We will only bump the terraform provider after today's OP release. |
This issue is blocked by #60 |
I have successfully tested the |
What happened?
MSSQLServerDNSAlias
/ https://registry.terraform.io/providers/hashicorp/azurerm/3.8.0/docs/resources/mssql_server_dns_alias is going through a standard v1beta1 stabilization process in the context of https://github.com/upbound/official-providers/issues/234The e2e test of the example fails on the creation attempt:
In the meantime the associated terraform example works
In addition to that, when terraform creates the alias, it is getting picked up/imported by the provider as well
It might be related to
dns_record
attribute which is not exposed via API but dynamically constructed by the providerBelow is the tfstate after successful creation with terraform cli
How can we reproduce it?
What environment did it happen in?
The text was updated successfully, but these errors were encountered: