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

Commit

Permalink
Version provider binary (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo authored Aug 9, 2018
1 parent 748814c commit a89345a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a89345a

Please sign in to comment.