Skip to content

Commit

Permalink
tried fixing tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent e8657db commit faacec3
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 faacec3

Please sign in to comment.