I hereby claim:
- I am gomex on github.
- I am gomex (https://keybase.io/gomex) on keybase.
- I have a public key ASCmGECnTagxZOyRfOu542ilh6i_MDZxngaaQ0MxFMxvAQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| cnf ?= .env.aws | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # Get the latest tag | |
| TAG=$(shell git describe --tags --abbrev=0) | |
| GIT_COMMIT=$(shell git log -1 --format=%h) | |
| AWS_ACCOUNT=42424242424242 | |
| TERRAFORM_VERSION=0.12.28 |