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

Error after updating #213

Open
icco opened this issue Oct 15, 2024 · 1 comment
Open

Error after updating #213

icco opened this issue Oct 15, 2024 · 1 comment

Comments

@icco
Copy link

icco commented Oct 15, 2024

We're getting the following error after updating:

╷
│ Error: waiting for Serverless Application Repository CloudFormation Stack (arn:aws:cloudformation:us-east-1:REDACTED:stack/serverlessrepo-Auto-Enable-Access-Logs-Elb-imai94um1k/d3b896b0-7c37-11ef-b6e4-0affe1fa1a79) update: stack status (UPDATE_ROLLBACK_COMPLETE): Resource update cancelled
│ Modifying service token is not allowed.
│ 
│   with module.sumologic-aws-iad.module.elb_module["elb_module"].aws_serverlessapplicationrepository_cloudformation_stack.auto_enable_access_logs["auto_enable_access_logs"],
│   on .terraform/modules/sumologic-aws-iad.elb_module/elb.tf line 143, in resource "aws_serverlessapplicationrepository_cloudformation_stack" "auto_enable_access_logs":
│  143: resource "aws_serverlessapplicationrepository_cloudformation_stack" "auto_enable_access_logs" {
@icco
Copy link
Author

icco commented Oct 15, 2024

Diff in terraform that's failing to apply:

  # module.sumologic-aws-iad.module.elb_module["elb_module"].aws_serverlessapplicationrepository_cloudformation_stack.auto_enable_access_logs["auto_enable_access_logs"] will be updated in-place
  ~ resource "aws_serverlessapplicationrepository_cloudformation_stack" "auto_enable_access_logs" {
        id               = "arn:aws:cloudformation:us-east-1:REDACTED:stack/serverlessrepo-Auto-Enable-Access-Logs-Elb-4fao1ykntc/fc620180-3d64-11ef-b47f-0e2993fbbf49"
        name             = "Auto-Enable-Access-Logs-Elb-4fao1ykntc"
      ~ semantic_version = "1.0.7" -> "1.0.14"
        tags             = {}
        # (5 unchanged attributes hidden)
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant