-
Notifications
You must be signed in to change notification settings - Fork 159
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
WafV2 issues 3.2.0 #1098
Comments
current issue, running this code:
I get:
|
this was after I had done a refresh. this did need to be deleted:
|
Also, earlier attempted replacements on rules that hadn't been changed, diff shows identical:
|
@slikk66 First, let me express that I'm bummed you are (or were) having a difficult time working with this resource in Pulumi. I'm going to close this issue as "not reproducible" because you've outlined multiple problems in a single issue and this issue is approaching 2 years old. #1423 is now a known issue (and we're actively working on it). If any of the other issues you've outlined here are still problems for you, please open a new issue with minimal steps to reproduce and we'll take a look. Thanks! |
Working with wafV2 today, I've hit several issues. Here are some of them:
trying to deploy the example code in the git repo
was getting duplicate URN in use, even when I called it:
example-jadsfu3fkasdfdfkjajafkasjhf
mixups of resources in backend
when refreshing stack it was thinking things that werent there were not, and vice versa, errors creating and deleting items
"multiple values" not allowed for RULES and STATEMENTS
attempting to replace an existing wafV2 even though nothing has changed
attempting to associate WAF to CLOUDFRONT failing due to invalid ARN (might be missing the double colons in the ARN)
in general, there seems to be some issues with the resource tracking on the backend
sorry cant be more clear, my scrollback lines capped out very low for some reason so I couldn't get better examples, I figure there's probably some common reason why all of these are occurring so wanted to give some light on the issues I've been having trying to implement it.
The text was updated successfully, but these errors were encountered: