Skip to content

Commit

Permalink
chore: required provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 6, 2024
1 parent c42f69d commit fbc3f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terraform {
required_providers {
google = "~> 6.5.0"
}
}

// Enable APIs
resource "google_project_service" "iam" {
service = "iam.googleapis.com"
Expand Down

0 comments on commit fbc3f8b

Please sign in to comment.