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

The request is rejected because an invalid or out-of-range value is specified as an input parameter #6

Open
NethanielGabay opened this issue Apr 16, 2024 · 1 comment

Comments

@NethanielGabay
Copy link

I am experiancing an issue with organizations_admin module fails with a wierd and missleading error at the resource 'aws_guardduty_organization_configuration'.

I believe that the resource 'aws_guardduty_organization_configuration' fails to apply due to missing depends_on for resource 'aws_guardduty_organization_admin_account'.

│ Error: updating GuardDuty Organization Configuration (8c7c91f6dfe7464da1a2aa1c408013d7): BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter.
│ {
│   RespMetadata: {
│     StatusCode: 400,
│     RequestID: "0c26485a-b1eb-490e-9615-9fe57806550c"
│   },
│   Message_: "The request is rejected because an invalid or out-of-range value is specified as an input parameter.",
│   Type: "InvalidInputException"
│ }

After investigating and adding the depends_on for the aws_guardduty_organization_configuration resource locally the issue is resolved.

I will be happy to contrebute and open a PR if needed. cheers

@samuelebstein
Copy link

Hello, I'm running into the same issue. Could you provide a code sample of what you changed? Thanks!

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

2 participants