Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
samurato authored Oct 7, 2024
1 parent 7c47455 commit 0a54451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ terraform {
google = {
version = ">= 5.40.0"
}
cloudflare = {
source = "registry.terraform.io/cloudflare/cloudflare"
version = "4.43.0"
}
}
}

provider "google" {
project = var.project_id
region = var.region
}


0 comments on commit 0a54451

Please sign in to comment.