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

provider/aws: SG description should be ForceNew #1871

Merged
merged 1 commit into from May 8, 2015

Conversation

Projects
None yet
2 participants
@phinze
Member

phinze commented May 8, 2015

Description cannot be handled in Update (there is no ModifySecurityGroup
API call), so we have to recreate to change the description.

Closes #1870

provider/aws: SG description should be ForceNew
Description cannot be handled in Update (there is no ModifySecurityGroup
API call), so we have to recreate to change the description.

Closes #1870
@mitchellh

This comment has been minimized.

Show comment
Hide comment
@mitchellh

mitchellh May 8, 2015

Member

LGTM

Member

mitchellh commented May 8, 2015

LGTM

phinze added a commit that referenced this pull request May 8, 2015

Merge pull request #1871 from hashicorp/b-aws-sg-description-force-new
provider/aws: SG description should be ForceNew

@phinze phinze merged commit edd108e into master May 8, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@phinze phinze deleted the b-aws-sg-description-force-new branch May 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment