-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from adinhodovic/fix-zone-id
fix: zone id reference
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ Simple maintenance page with your logo, fav icon, company name, font and email w | |
|
||
```terraform | ||
module "hodovi_cc_maintenance" { | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.0" | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.1" | ||
cloudflare_zone = "hodovi.cc" | ||
patterns = ["hodovi.cc/maintenance/*", "hodovi.cc/example/*"] | ||
company_name = "HoneyLogic" | ||
|
@@ -47,7 +47,7 @@ maintenance starts/ends: | |
|
||
```terraform | ||
module "hodovi_cc_maintenance" { | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.0" | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.1" | ||
enabled = false | ||
cloudflare_zone = "hodovi.cc" | ||
patterns = ["hodovi.cc/maintenance/*"] | ||
|
@@ -68,13 +68,13 @@ Example can be found in examples/root-example. | |
| Name | Version | | ||
|------|---------| | ||
| terraform | >= 0.13 | | ||
| cloudflare | >= 3.31.0 | | ||
| cloudflare | >= 5.1.0 | | ||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| cloudflare | >= 3.31.0 | | ||
| cloudflare | >= 5.1.0 | | ||
|
||
## Resources | ||
|
||
|
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,5 +1,5 @@ | ||
module "hodovi_cc_maintenance" { | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.0" | ||
source = "git::[email protected]:adinhodovic/terraform-cloudflare-maintenance.git?ref=0.9.1" | ||
cloudflare_zone = "hodovi.cc" | ||
patterns = ["hodovi.cc/maintenance/*", "hodovi.cc/example/*"] | ||
company_name = "HoneyLogic" | ||
|
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
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