Skip to content

Commit

Permalink
fix(state): removing remote terraform state reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Jan 2, 2025
1 parent 47cc4e7 commit ef1213e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions infrastructure/user-list-search/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,4 @@ terraform {
}

required_version = ">= 1.8.3"
}

data "terraform_remote_state" "incident_management" {
backend = "remote"

config = {
organization = "Pocket"
workspaces = {
name = "incident-management"
}
}
}
}

0 comments on commit ef1213e

Please sign in to comment.