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

Commit a89345a

Browse files
author
Eduardo
authored
Version provider binary (#16)
1 parent 748814c commit a89345a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
builds:
2-
- binary: terraform-provider-bless
2+
- binary: "terraform-provider-bless_{{ .Tag }}"
33
env:
44
- CGO_ENABLED=0
55
goos:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build:
1+
build: packr
22
@CGO_ENABLED=0 GOOS=linux go build -o terraform-provider-bless
33

44
test:

bless_lambda/bless_deploy.cfg.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certificate_validity_after_seconds = 3600
33
certificate_validity_before_seconds = 3600
44
entropy_minimum_bits = 2048
55
random_seed_bytes = 256
6-
logging_level = INFO
6+
logging_level = DEBUG
77
username_validation = email
88

99
[Bless CA]

0 commit comments

Comments
 (0)