-
Notifications
You must be signed in to change notification settings - Fork 51
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
Enable awsvpcTrunking for container instance role #37
Comments
Hi @jack-michaud When we implement the infrastructure setup for a greenfield project ourselves, we will typically have a repository called "application-account" or such, which represents various base configuration that should apply to an AWS account. Such a repository would seem like an appropriate place to leverage this resource. Best regards |
Hi @jonassvalin, thanks for taking the time to respond! Yes, account settings should not be set by an ECS cluster module. However, my initial statement was misleading -- I am proposing that this module enables From the AWS docs,
Since this module creates an instance role for a cluster, I think it's within this module's responsibility to set that flag for the role. |
@jack-michaud I see. Do you know if there's a corresponding terraform resource for configuring this on an individual iam role level? I did some googling but didn't immediately find anything. If you know of one then feel free to suggest or open a PR. |
As of version 3.68.0, the Terraform AWS provider supports specifying account settings flags. (Docs)
Is it possible to set the
awsvpcTrunking
flag for the container instance role through this module? With an option like that, it would save me from SSHing into my container instance and manually setting this account flag.The text was updated successfully, but these errors were encountered: