Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_elasticache_parameter_group: Remove deprecated (helper/schema.ResourceData).Partial() and (helper/schema.ResourceData).SetPartial() #12471

Merged
merged 1 commit into from
Mar 30, 2020

Commits on Mar 19, 2020

  1. resource/aws_elasticache_parameter_group: Remove deprecated (helper/s…

    …chema.ResourceData).Partial() and (helper/schema.ResourceData).SetPartial()
    
    Reference: #12083
    Reference: #12087
    
    Previously:
    
    ```
    aws/resource_aws_elasticache_parameter_group.go:136:2: R007: deprecated (schema.ResourceData).Partial
    aws/resource_aws_elasticache_parameter_group.go:310:3: R008: deprecated (schema.ResourceData).SetPartial
    aws/resource_aws_elasticache_parameter_group.go:313:2: R007: deprecated (schema.ResourceData).Partial
    aws/resource_aws_elasticache_parameter_group.go:84:2: R007: deprecated (schema.ResourceData).Partial
    aws/resource_aws_elasticache_parameter_group.go:85:2: R008: deprecated (schema.ResourceData).SetPartial
    aws/resource_aws_elasticache_parameter_group.go:86:2: R008: deprecated (schema.ResourceData).SetPartial
    aws/resource_aws_elasticache_parameter_group.go:87:2: R008: deprecated (schema.ResourceData).SetPartial
    aws/resource_aws_elasticache_parameter_group.go:88:2: R007: deprecated (schema.ResourceData).Partial
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSElasticacheParameterGroup_Description (23.39s)
    --- PASS: TestAccAWSElasticacheParameterGroup_basic (25.25s)
    --- PASS: TestAccAWSElasticacheParameterGroup_UppercaseName (25.32s)
    --- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter (42.06s)
    --- PASS: TestAccAWSElasticacheParameterGroup_removeAllParameters (44.50s)
    --- PASS: TestAccAWSElasticacheParameterGroup_addParameter (44.70s)
    --- PASS: TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter (90.73s)
    --- PASS: TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter (91.11s)
    ```
    bflad committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1e8e9fd View commit details
    Browse the repository at this point in the history