Skip to content

Commit

Permalink
kafka-shared: moved tf module settings to a single file (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuliarca authored Feb 15, 2024
1 parent 08c5c07 commit e3cd756
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
terraform {
backend "s3" {}

required_providers {
kafka = {
source = "Mongey/kafka"
Expand Down
3 changes: 0 additions & 3 deletions dev-aws/kafka-shared/backend.tf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
terraform {

backend "s3" {}

required_providers {
kafka = {
source = "Mongey/kafka"
Expand Down
3 changes: 0 additions & 3 deletions prod-aws/kafka-shared/backend.tf

This file was deleted.

0 comments on commit e3cd756

Please sign in to comment.