Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
Remove backend from within module (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renny4Real authored Dec 6, 2021
1 parent 9f4cf7f commit 5840693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions terraform/mash-setup-staging/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
provider "aws" {
region = "eu-west-2"
}
terraform {
backend "s3" {}
}
module "mash_data_processing" {
source = "../modules/api-proxy-s3-sqs"

Expand Down
1 change: 0 additions & 1 deletion terraform/modules/api-proxy-s3-sqs/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
terraform {
backend "s3" {}
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 5840693

Please sign in to comment.