diff --git a/infrastructure/services/main.tf b/infrastructure/services/main.tf index 3c86636..134cef7 100644 --- a/infrastructure/services/main.tf +++ b/infrastructure/services/main.tf @@ -9,14 +9,6 @@ terraform { version = "~> 5.0" } } - backend "s3" { - # This will be configured by bootstrap script - # bucket = "nvhi-atsila-microservice-terraform-state-c4ae0f80" - # key = "services/terraform.tfstate" - # region = "us-east-2" - # dynamodb_table = "nvhi-atsila-microservice-terraform-locks" - # encrypt = true - } } provider "aws" {