Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_proxy_protocol_policy: Fixes for tfproviderlint R002 (#1…
…2030) Reference: #9952 Remove pointer value dereferences, which can cause potential panics and are extraneous as `Set()` automatically handles pointer types including when `nil`. Previously: ``` aws/resource_aws_proxy_protocol_policy.go:97:25: R002: ResourceData.Set() pointer value dereference is extraneous ``` Output from acceptance testing: ``` --- PASS: TestAccAWSProxyProtocolPolicy_basic (40.77s) ```
- Loading branch information