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

Undetected configuration drift in policy for aws_sns_topic #11447

Open
dynamike opened this issue Dec 31, 2019 · 1 comment
Open

Undetected configuration drift in policy for aws_sns_topic #11447

dynamike opened this issue Dec 31, 2019 · 1 comment
Labels
service/sns Issues and PRs that pertain to the sns service. waiting-response Maintainers are waiting on response from community or contributor.

Comments

@dynamike
Copy link

dynamike commented Dec 31, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.12.18

  • provider.aws v2.43.0

Affected Resource(s)

  • aws_sns_topic

Terraform Configuration Files

provider "aws" {
  version = "~> 2.43.0"
  region  = local.region
}

locals {
  region = "us-west-2"
}

resource "aws_sns_topic" "dynatest" {
  name = "dynatest"
}

Expected Behavior

When manually modified, Terraform should detect changes to the access policy of the sns topic.

Actual Behavior

When manually modified, Terraform doesn't detect changes to the access policy of the sns topic.

Steps to Reproduce

  1. terraform apply
  2. Manually change the access policy of the SNS topic created via terraform
  3. terraform apply - this is where I would expect Terraform try to undo the manually applied changes. Instead I get
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
@ghost ghost added the service/sns Issues and PRs that pertain to the sns service. label Dec 31, 2019
@dynamike dynamike changed the title Configuration drift in policy for aws_sns_topic Undetected configuration drift in policy for aws_sns_topic Dec 31, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 31, 2019
@justinretzolk
Copy link
Member

Hey @dynamike 👋 Thank you for taking the time to file this issue! Given that there's been a number of AWS provider releases since you initially filed it, can you confirm whether you're still experiencing this issue?

@justinretzolk justinretzolk added waiting-response Maintainers are waiting on response from community or contributor. and removed needs-triage Waiting for first response or review from a maintainer. labels Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/sns Issues and PRs that pertain to the sns service. waiting-response Maintainers are waiting on response from community or contributor.
Projects
None yet
Development

No branches or pull requests

2 participants