Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_iam_saml_provider: Fixes for tfproviderlint R002 (#12027)
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_iam_saml_provider.go:91:34: R002: ResourceData.Set() pointer value dereference is extraneous ``` Output from acceptance testing: ``` --- PASS: TestAccAWSIAMSamlProvider_basic (22.26s) ```
- Loading branch information