Skip to content

Commit

Permalink
Use new remote tfstate-backend module (and delete the one in this rep…
Browse files Browse the repository at this point in the history
…o) (#80)
  • Loading branch information
RothAndrew authored Feb 23, 2023
1 parent 62c067a commit ad3ac2b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 213 deletions.
2 changes: 1 addition & 1 deletion examples/tf-state-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "aws" {
data "aws_partition" "current" {}

module "tfstate_backend" {
source = "git::https://github.com/defenseunicorns/iac.git//modules/tfstate-backend?ref=v0.0.0-alpha.2"
source = "git::https://github.com/defenseunicorns/terraform-aws-tfstate-backend.git?ref=0.0.1"

region = var.region
bucket_prefix = "my-tfstate-backend"
Expand Down
56 changes: 0 additions & 56 deletions modules/tfstate-backend/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions modules/tfstate-backend/locals.tf

This file was deleted.

111 changes: 0 additions & 111 deletions modules/tfstate-backend/main.tf

This file was deleted.

9 changes: 0 additions & 9 deletions modules/tfstate-backend/outputs.tf

This file was deleted.

32 changes: 0 additions & 32 deletions modules/tfstate-backend/variables.tf

This file was deleted.

0 comments on commit ad3ac2b

Please sign in to comment.