Skip to content

Instantly share code, notes, and snippets.

@vad
Created August 7, 2019 09:55
Show Gist options
  • Save vad/3588212535b6a00b186bbd0dd4dd69cd to your computer and use it in GitHub Desktop.
Save vad/3588212535b6a00b186bbd0dd4dd69cd to your computer and use it in GitHub Desktop.
waf_rate_based_rule_update.log
aws_waf_rate_based_rule.wafrule: Modifying... [id=<RULE_ID>]
2019/08/07 11:45:56 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/07 11:45:56 [TRACE] GetResourceInstance: aws_waf_ipset.ipset is a single instance
2019/08/07 11:45:56 [DEBUG] aws_waf_rate_based_rule.wafrule: applying the planned Update change
2019/08/07 11:45:56 [TRACE] GRPCProvider: ApplyResourceChange
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/07 11:45:56 [DEBUG] [aws-sdk-go] DEBUG: Request waf/GetRateBasedRule Details:
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: waf.amazonaws.com
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 49
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<CRED>/20190807/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=<SIG>
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190807T094556Z
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Target: AWSWAF_20150824.GetRateBasedRule
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-07T11:45:56.444+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-07T11:45:56.445+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: {"RuleId":"<RULE_ID>"}
2019-08-07T11:45:56.445+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-07T11:45:57.088+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/07 11:45:57 [DEBUG] [aws-sdk-go] DEBUG: Response waf/GetRateBasedRule Details:
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 237
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Wed, 07 Aug 2019 09:45:56 GMT
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: <REQ_ID>
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-07T11:45:57.089+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/07 11:45:57 [DEBUG] [aws-sdk-go] {"Rule":{"MatchPredicates":[{"DataId":"<ID>","Negated":false,"Type":"IPMatch"}],"MetricName":"tfWAFRule","Name":"tfWAFRule","RateKey":"IP","RateLimit":4000,"RuleId":"<RULE_ID>"}}
2019/08/07 11:45:57 [WARN] Provider "aws" produced an unexpected new value for aws_waf_rate_based_rule.wafrule, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .rate_limit: was cty.NumberIntVal(3000), but now cty.NumberIntVal(4000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment