diff --git a/.goreleaser.yml b/.goreleaser.yml index 351fd1e0..43973f40 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,5 @@ builds: - - binary: terraform-provider-bless + - binary: "terraform-provider-bless_{{ .Tag }}" env: - CGO_ENABLED=0 goos: diff --git a/Makefile b/Makefile index 72087ce9..c66dc3e1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -build: +build: packr @CGO_ENABLED=0 GOOS=linux go build -o terraform-provider-bless test: diff --git a/bless_lambda/bless_deploy.cfg.tpl b/bless_lambda/bless_deploy.cfg.tpl index 6a100267..40390692 100644 --- a/bless_lambda/bless_deploy.cfg.tpl +++ b/bless_lambda/bless_deploy.cfg.tpl @@ -3,7 +3,7 @@ certificate_validity_after_seconds = 3600 certificate_validity_before_seconds = 3600 entropy_minimum_bits = 2048 random_seed_bytes = 256 -logging_level = INFO +logging_level = DEBUG username_validation = email [Bless CA]