Skip to content

Commit

Permalink
Belgium: Define TFE var mongodbatlas_project_id
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 15, 2024
1 parent c549739 commit fef8765
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tf-modules/serverless_environment_workspace/tfe.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ resource "tfe_variable" "gcp_project_id" {
value = google_project.main.project_id
}

resource "tfe_variable" "mongodbatlas_project_id" {
workspace_id = tfe_workspace.main.id

category = "terraform"
key = "mongodbatlas_project_id"
value = mongodbatlas_project.main.id
}

resource "tfe_variable" "mongodbatlas_private_key" {
workspace_id = tfe_workspace.main.id

Expand Down

0 comments on commit fef8765

Please sign in to comment.