diff --git a/.gitignore b/.gitignore index 206ea19ae6a9ed6ae356501f4d209adfe5772854..1052d6876eb6d43bde3ad15ccd7fc7e44bcf3d09 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ terraform/.terraform.tfstate.lock.info terraform/terraform.tfstate* terraform/.terraform/* terraform/tfplan -.env .idea -terraform/variables-local.tfvars terraform/variables-local.tf +terraform/variables-local.tfvars diff --git a/terraform/variables-local.tf b/terraform/variables-local.tf deleted file mode 100644 index f322a9e71df20fe0364a1ec7002ea3ee46bf2414..0000000000000000000000000000000000000000 --- a/terraform/variables-local.tf +++ /dev/null @@ -1,19 +0,0 @@ -## Terraform local execution - -variable "FORGE_PROJECT_ID" { - type = string - description = "Forge Project ID" - sensitive = true -} - -variable "FORGE_USERNAME" { - type = string - description = "Forge Username" - sensitive = true -} - -variable "FORGE_ACCESS_TOKEN" { - type = string - description = "Forge Access Token" - sensitive = true -} diff --git a/terraform/variables-local.tfvars b/terraform/variables-local.tfvars deleted file mode 100644 index 00e940640c6fcb4c18c671449ff1fdd90515adcc..0000000000000000000000000000000000000000 --- a/terraform/variables-local.tfvars +++ /dev/null @@ -1,14 +0,0 @@ -### SCW variables - -SCW_PROJECT_ID = "" -SCW_ACCESS_KEY = "" -SCW_SECRET_KEY = "-" -SCW_SSH_PUB_KEY = "" -SCW_SSH_PRIVATE_KEY = "" -INSTANCES_COUNT = "2" -ENVIRONMENT = "devrust" - -### FORGE variables -FORGE_PROJECT_ID = "" -FORGE_USERNAME="" -FORGE_ACCESS_TOKEN = "" \ No newline at end of file