-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac088a3
commit df154f8
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
examples/resources/cloudflare_authenticated_origin_pulls/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Authenticated Origin Pull configuration | ||
$ terraform import cloudflare_authenticated_origin_pulls.example <zone_id>// | ||
# global | ||
$ terraform import cloudflare_authenticated_origin_pulls.example <zone_id> | ||
|
||
# Per-Zone Authenticated Origin Pull configuration | ||
$ terraform import cloudflare_authenticated_origin_pulls.example <zone_id>/<certificate_id>/ | ||
# per zone | ||
$ terraform import cloudflare_authenticated_origin_pulls.example <zone_id>/<certificate_id> | ||
|
||
# Per-Hostname Authenticated Origin Pull configuration | ||
# per hostname | ||
$ terraform import cloudflare_authenticated_origin_pulls.example <zone_id>/<certificate_id>/<hostname> |