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.
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.
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.I want to add an option so that I can select
resource_class
size.