diff --git a/Makefile b/Makefile index a824cf93bb..5b19fe8b64 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ RUN_BUILDTAGGER ?= true # if RUN_BUILDTAGGER is set to "true", we will use build constraints # and use the buildtagger tool to generate the build tags. ifeq ($(RUN_BUILDTAGGER),true) -GO_LINT_ARGS ?= -v --build-tags all +GO_LINT_ARGS ?= -v --build-tags all --concurrency 3 BUILDTAGGER_VERSION ?= v0.12.0-rc.0.28.gdc5d6f3 BUILDTAGGER_DOWNLOAD_URL ?= https://s3.us-west-2.amazonaws.com/upbound.official-providers-ci.releases/main/$(BUILDTAGGER_VERSION)/bin/$(SAFEHOST_PLATFORM)/buildtagger endif diff --git a/config/acm/config.go b/config/acm/config.go index aa4be22820..30b437854e 100644 --- a/config/acm/config.go +++ b/config/acm/config.go @@ -9,6 +9,7 @@ import ( ) // Configure adds configurations for the acm group. +// test change func Configure(p *config.Provider) { p.AddResourceConfigurator("aws_acm_certificate_validation", func(r *config.Resource) { r.References = map[string]config.Reference{