terraform-aws-codebuild icon indicating copy to clipboard operation
terraform-aws-codebuild copied to clipboard

Include artifact parameters

Open guirociozanini opened this issue 4 years ago • 1 comments

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 avatar Jan 28 '22 17:01 guirociozanini

@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.

nitrocode avatar Jun 21 '22 20:06 nitrocode