Last active
March 2, 2019 03:26
-
-
Save keithrozario/5baa5d8906a7e57c96efcb2845c0ba60 to your computer and use it in GitHub Desktop.
Example TFVARS file : 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_name" : "cert-transparency", | |
"s3bucket_domains": { | |
"default" : "cert-domains", | |
"dev" : "cert-domains-dev" | |
}, | |
"dynamodb_temp": { | |
"default": "cert-domains", | |
"dev": "cert-domains-dev" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment