Skip to content

Commit

Permalink
Merge pull request #2 from telia-oss/SadriG91-patch-1
Browse files Browse the repository at this point in the history
Add missing google_client_config data source
  • Loading branch information
SadriG91 authored Feb 5, 2025
2 parents 7201c62 + dad446e commit ebcd918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
data "google_client_config" "provider" {
}

data "google_project" "project" {
project_id = var.project_id
}
Expand Down

0 comments on commit ebcd918

Please sign in to comment.