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

aws_security_group - description doesn't change #1267

Closed
adubkov opened this issue Mar 20, 2015 · 7 comments
Closed

aws_security_group - description doesn't change #1267

adubkov opened this issue Mar 20, 2015 · 7 comments

Comments

@adubkov
Copy link

adubkov commented Mar 20, 2015

# saltmaster
resource "aws_security_group" "satmaster" {
    name = "saltmaster"
    description = "${concat(var.environment, \" saltmaster111\")}"
    ...
}
aws_security_group.satmaster: Modifying...
  description: "eoe-cul saltmaster" => "cep-cul saltmaster1111 "

But nothing was changed.

@adubkov
Copy link
Author

adubkov commented Mar 21, 2015

Terraform v0.4.0-dev

@catsby
Copy link
Contributor

catsby commented Mar 30, 2015

The AWS API for Security Groups doesn't allow update at this time:

Unfortunately, description here should be a ForceNew operation

@catsby catsby removed the bug label Mar 30, 2015
@bts
Copy link

bts commented Mar 31, 2015

This (the lack of ForceNew) should probably still be considered a "bug" though, right?

If a user wants to change the description on an ELB, they can't do so through terraform -- they have manually delete the resource (and its dependencies) and then rebuild with terraform.

@jszwedko
Copy link
Contributor

I agree, this still feels like a bug @catsby

@inferiorhumanorgans
Copy link

Looks like this was resolved in #1871

@phinze
Copy link
Contributor

phinze commented May 30, 2015

Yep - fixed in #1871 - after that the description change will be detected and the SG will be replaced to apply the change.

@phinze phinze closed this as completed May 30, 2015
@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants