You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify ARM_CONTAINER for environment.type of aws_codebuild_project resource.
Of course CodeBuild is wrapped with cloudposse/terraform-aws-codebuild, and it accepts this value as build_type variable.
Describe the Feature
Specify
ARM_CONTAINER
forenvironment.type
ofaws_codebuild_project
resource.Of course CodeBuild is wrapped with cloudposse/terraform-aws-codebuild, and it accepts this value as
build_type
variable.Expected Behavior
build_type
parameter is supported that is to be passed to cloudposse/terraform-aws-codebuild module.https://github.com/cloudposse/terraform-aws-codebuild/blob/master/main.tf#L343
Use Case
I want to run CodeBuild on Graviton2.
Describe Ideal Solution
Add a parameter.
Alternatives Considered
N/A
Additional Context
N/A
The text was updated successfully, but these errors were encountered: