Skip to content

Commit

Permalink
Add content scanning examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusso19 committed Dec 5, 2024
1 parent 0f6fb3e commit 827dd44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/resources/cloudflare_content_scanning/import.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
terraform import cloudflare_content_scanning.example <zone_id>
5 changes: 5 additions & 0 deletions examples/resources/cloudflare_content_scanning/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Enable Content Scanning
resource "cloudflare_content_scanning" "example" {
zone_id = "399c6f4950c01a5a141b99ff7fbcbd8b"
enabled = true
}

0 comments on commit 827dd44

Please sign in to comment.