Skip to content

Commit

Permalink
tried updating tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent 44d41c7 commit e8657db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Secret Keys

cf_api = \"{{ lookup('env', 'CF_API') }}\"
cf_email = \"{{ lookup('env', 'CF_EMAIL') }}\"
zonecf_id = \"{{ lookup('env', 'ZONECF_ID') }}\"
pub_key = \"{{ lookup('env', 'PUB_KEY') }}\"
cf_api = "\"{{ lookup('env', 'CF_API') }}\""
cf_email = "\"{{ lookup('env', 'CF_EMAIL') }}\""
zonecf_id = "\"{{ lookup('env', 'ZONECF_ID') }}\""
pub_key = "\"{{ lookup('env', 'PUB_KEY') }}\""

0 comments on commit e8657db

Please sign in to comment.