Skip to content

Commit

Permalink
fix resource name & modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maboh Christopher authored and Maboh Christopher committed Jun 27, 2024
1 parent f68b45a commit caa0c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/services/tfstate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ locals {
module "tfstate_bucket" {
source = "../../modules/bucket"
name = local.name
app = var.app
env = var.env
app = var.app
env = var.env
}

module "tfstate_table" {
Expand Down

0 comments on commit caa0c72

Please sign in to comment.