-
Notifications
You must be signed in to change notification settings - Fork 99
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
[DXE-3711] Edge redirector match rule invalid output #535
Comments
FYI I'm also getting the same error from the API with the following configuration
The booleans are still missing from the terraform difference output. |
PawelSnoch
changed the title
Edge redirector match rule invalid output
[DXE-3711] Edge redirector match rule invalid output
Mar 22, 2024
Hi @antoine-savignac-nm , Thank you for rising this ticket. I was able to reproduce your issue. We will inform you about the progress. Best regards, |
Hi @antoine-savignac-nm, this issue should be fixed in recent release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
1.2.5
Provider version
5.6.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The rule should have been created. When a query string named
p
has a value of123
then the redirections should happen.Actual Behavior
The API returned an error and the rule was not created.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
None
One thing to note, in the terraform difference, it looks like the
name
property was omitted from the provider's output, see below whatterraform plan
was going to add (it's missingname = "p"
):References
None
The text was updated successfully, but these errors were encountered: