Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_opsworks_rds_db_instance: Remove deprecated (helper/sche…
…ma.ResourceData).Partial() and (helper/schema.ResourceData).SetPartial() (hashicorp#12476) Reference: hashicorp#12083 Reference: hashicorp#12087 Previously: ``` aws/resource_aws_opsworks_rds_db_instance.go:46:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_opsworks_rds_db_instance.go:48:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_opsworks_rds_db_instance.go:55:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_opsworks_rds_db_instance.go:60:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_opsworks_rds_db_instance.go:74:2: R007: deprecated (schema.ResourceData).Partial ``` Output from acceptance testing: ``` --- PASS: TestAccAWSOpsworksRdsDbInstance (971.17s) ```
- Loading branch information