Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_route53_zone: Remove deprecated (helper/schema.ResourceD…
…ata).Partial() and (helper/schema.ResourceData).SetPartial() (hashicorp#12475) Reference: hashicorp#12083 Reference: hashicorp#12087 Previously: ``` aws/resource_aws_route53_zone.go:245:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_route53_zone.go:259:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_route53_zone.go:302:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_route53_zone.go:305:2: R007: deprecated (schema.ResourceData).Partial ``` Output from acceptance testing: ``` --- PASS: TestAccAWSRoute53Zone_disappears (46.86s) --- PASS: TestAccAWSRoute53Zone_basic (51.82s) --- PASS: TestAccAWSRoute53Zone_DelegationSetID (54.36s) --- PASS: TestAccAWSRoute53Zone_multiple (55.84s) --- PASS: TestAccAWSRoute53Zone_Comment (63.72s) --- PASS: TestAccAWSRoute53Zone_Tags (76.39s) --- PASS: TestAccAWSRoute53Zone_VPC_Single (100.74s) --- PASS: TestAccAWSRoute53Zone_VPC_Multiple (162.98s) --- PASS: TestAccAWSRoute53Zone_ForceDestroy (183.10s) --- PASS: TestAccAWSRoute53Zone_ForceDestroy_TrailingPeriod (184.32s) --- PASS: TestAccAWSRoute53Zone_VPC_Updates (238.08s) ```
- Loading branch information