Skip to content

Commit

Permalink
chore: Remove backend config: module users should set that
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Dec 16, 2022
1 parent 2b16d01 commit 2508202
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions datahub/datahub.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Set state backend:
terraform {
backend "s3" {
bucket = "contiamo-terraform-state"
# key = "datahub/datahub.tfstate"
region = "eu-central-1"
}
}

# Create the namespace:
resource "kubernetes_namespace_v1" "datahub_namespoace" {
metadata {
Expand Down

0 comments on commit 2508202

Please sign in to comment.