Skip to content

Commit

Permalink
terraform-2-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Mar 14, 2024
1 parent e1d535e commit 1ca5f5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packer/variables.json
terraform/terraform.tfvars
"~"
Binary file added terraform/.terraform.tfvars.swp
Binary file not shown.
7 changes: 7 additions & 0 deletions terraform/terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
service_account_key_file = "/home/akuravskij/otus/secrets/sa-terraform-key.json"
cloud_id = "11111111111111111111"
folder_id = "11111111111111111111"
zone = "ru-central1-a"
bucket_name = "11111111111111111111"
access_key = "11111111111111111111"
secret_key = "11111111111111111111"

0 comments on commit 1ca5f5c

Please sign in to comment.