We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
$ go version go version devel go1.22-bf876fbf44 Fri Oct 6 17:09:13 2023 -0400 darwin/amd64
(i.e., near tip on 2023-10-10)
No
go env
$ go env
git clone https://github.com/hashicorp/terraform-provider-azurerm cd terraform-provider-azurerm cd internal/ cd services cd policy go test -c .
Not a compiler crash
A compiler crash:
# github.com/hashicorp/terraform-provider-azurerm/internal/services/policy ./assignment_subscription_resource.go:46:2: internal compiler error: 'SubscriptionAssignmentResource.Create': not lowered: v6, StructMake0 STRUCT etc
The text was updated successfully, but these errors were encountered:
Duplicated of #63433
Sorry, something went wrong.
dr2chase
No branches or pull requests
What version of Go are you using (
go version
)?(i.e., near tip on 2023-10-10)
Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Not a compiler crash
What did you see instead?
A compiler crash:
The text was updated successfully, but these errors were encountered: