Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Version provider binary #16

Merged
merged 2 commits into from
Aug 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: terraform-provider-bless
- binary: "terraform-provider-bless_{{ .Tag }}"
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build:
build: packr
@CGO_ENABLED=0 GOOS=linux go build -o terraform-provider-bless

test:
Expand Down
2 changes: 1 addition & 1 deletion bless_lambda/bless_deploy.cfg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down