Skip to content

Commit

Permalink
tf requierd provider
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed May 20, 2024
1 parent caccebb commit cd4b3c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# provider.tf
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.0"
}
}
}
provider "cloudflare" {}

0 comments on commit cd4b3c3

Please sign in to comment.