Skip to content

Commit

Permalink
refactor: getting rid of aws
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Aug 12, 2024
1 parent c29dcf5 commit 4a8449c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
18 changes: 0 additions & 18 deletions tf/production/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions tf/production/backend.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
terraform {
backend "s3" {
bucket = "darklab-eu-west-1-global-terraform-state"
dynamodb_table = "darklab-eu-west-1-global-terraform-state"
encrypt = true
key = "darkbot.production.tfstate"
region = "eu-west-1"
backend "local" {
path = "/home/naa/repos/pet_projects/darklab_secrets/encrypted/terraform/darkbot/production/terraform.tfstate"
}
}
4 changes: 0 additions & 4 deletions tf/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ terraform {
source = "hetznercloud/hcloud"
version = ">=1.45.0"
}
aws = {
source = "hashicorp/aws"
version = ">=2.7.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
version = ">=3.7.0"
Expand Down

0 comments on commit 4a8449c

Please sign in to comment.