terraform-aws-codebuild
terraform-aws-codebuild copied to clipboard
Include artifact parameters
what
- Added [override_artifact_name] parameter (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project#override_artifact_name)
- Added [artifact_encryption_disabled] parameter (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project#artifact_encryption_disabled)
why
- There are some projects that need to override the artifact name, encryption disabled, so I included these parameters
references
@guirociozanini please resync your branch with the latest code from the default branch of the module. This will fix the tests.
Also run make pr/auto-format locally since our bot does not have access to commit changes to your fork.