CircleCI-Public / terraform-orb

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.
https://circleci.com/orbs/registry/orb/circleci/terraform
MIT License
10 stars 44 forks source link

feat: add resource_class parameter for docker executor #59

Closed kynefuk closed 2 years ago

kynefuk commented 2 years ago

Add resource_class parameters for docker executor.

According to the official documentation, if you do not specify a size, resource_class will be set automatically.

For new projects created after September 1, 2021 that do not specify a resource class, CircleCI will try to find the right default value for your organization. To avoid using a default, explicitly specify a resource class size in your config for each job. https://circleci.com/docs/2.0/configuration-reference/#resourceclass

I want to add an option so that I can select resource_class size.