Skip to content

Commit

Permalink
terraform-2 add .example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexUnderGo committed Nov 20, 2023
1 parent cd61742 commit e0840ce
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Binary file removed .README.md.swp
Binary file not shown.
9 changes: 9 additions & 0 deletions terraform/prod/terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cloud_id = "b1gk8o51go56m472jlet"
folder_id = "b1g0r75ip1iq2fu4uham"
zone = "ru-central1-a"
public_key_path = "/home/alex/.ssh/id_rsa_yandex.pub"
private_key = "/home/alex/.ssh/id_rsa_yandex"
subnet_id = "e9bjakkfq8p2ebq47j97"
service_account_key_file = "/home/alex/yandex-cloud/authorized_key.json"
app_disk_image = "fd85nu2cfiap83s2sk1m"
db_disk_image = "fd8u1l3g30d7pps2s57p"
9 changes: 9 additions & 0 deletions terraform/stage/terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cloud_id = "b1gk8o51go56m472jlet"
folder_id = "b1g0r75ip1iq2fu4uham"
zone = "ru-central1-a"
public_key_path = "/home/alex/.ssh/id_rsa_yandex.pub"
private_key = "/home/alex/.ssh/id_rsa_yandex"
subnet_id = "e9bjakkfq8p2ebq47j97"
service_account_key_file = "/home/alex/yandex-cloud/authorized_key.json"
app_disk_image = "fd85nu2cfiap83s2sk1m"
db_disk_image = "fd8u1l3g30d7pps2s57p"
1 change: 1 addition & 0 deletions terraform/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ private_key = "/home/alex/.ssh/id_rsa_yandex"
subnet_id = "e9bjakkfq8p2ebq47j97"
service_account_key_file = "/home/alex/yandex-cloud/authorized_key.json"
reddit-base_count = 3
token = "y2_AgAAAACu2xIBAATuwQSSSADmalN4WO3dHjiETmymmKtMvbXTkcb-2KO"

0 comments on commit e0840ce

Please sign in to comment.