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_ssm_parameter: ForceNew on ssm_parameter rename #1022

Merged
merged 1 commit into from
Jul 6, 2017

Commits on Jul 6, 2017

  1. resource/aws_ssm_parameter: ForceNew on ssm_parameter rename

    Fixes: #1008
    
    There doesn't seem to be a way to change the name of an AWS SSM
    Parameter. Therefore, it should be marked as ForceNew.
    
    ```
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSSSMParameter_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -run=TestAccAWSSSMParameter_ -timeout 120m
    === RUN   TestAccAWSSSMParameter_basic
    --- PASS: TestAccAWSSSMParameter_basic (25.06s)
    === RUN   TestAccAWSSSMParameter_update
    --- PASS: TestAccAWSSSMParameter_update (43.21s)
    === RUN   TestAccAWSSSMParameter_changeNameForcesNew
    --- PASS: TestAccAWSSSMParameter_changeNameForcesNew (40.84s)
    === RUN   TestAccAWSSSMParameter_secure
    --- PASS: TestAccAWSSSMParameter_secure (37.90s)
    === RUN   TestAccAWSSSMParameter_secure_with_key
    --- PASS: TestAccAWSSSMParameter_secure_with_key (73.26s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	220.297s
    ```
    stack72 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    4d39166 View commit details
    Browse the repository at this point in the history