-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Enhancement]: Setting fargateFIPSMode with aws_ecs_account_setting_default resource #40443
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I was hitting this with an older If that doesn't match our issue, consider sharing the version of the aws provider you are using. |
Hey @Arlington1985 👋 Thank you for taking the time to raise this! Can you verify what version of the AWS Provider you're using? In addition to the comment above, I took a look over the resource definition and noted that the validation for that argument pulls from |
Hi @justinretzolk . It's ~ |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Description
There is an option to set "fargateFIPSMode" for ECS account settings:
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html
But currently provider version doesn't accept "fargateFIPSMode" as value. Getting following error
Error: expected name to be one of [serviceLongArnFormat taskLongArnFormat containerInstanceLongArnFormat awsvpcTrunking containerInsights], got fargateFIPSMode
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: