This file contains hidden or 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
# cloudflare_load_balancer_monitor.webservice will be updated in-place | |
~ resource "cloudflare_load_balancer_monitor" "webservice" { | |
+ consecutive_down = 0 | |
+ consecutive_up = 0 | |
~ created_on = "2020-10-08T20:34:29.330234Z" -> (known after apply) | |
id = "<REDACTED>" | |
~ modified_on = "2022-11-08T00:21:53.666445Z" -> (known after apply) | |
+ port = 0 | |
# (14 unchanged attributes hidden) | |
} |
This file contains hidden or 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
N/A |
This file contains hidden or 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
│ Error: Missing required argument | |
│ | |
│ on workers_routes.tf line 35, in resource "cloudflare_workers_route" "excluded-paths": | |
│ 35: resource "cloudflare_workers_route" "excluded-paths" { | |
│ | |
│ The argument "script" is required, but no definition was found. |
This file contains hidden or 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
N/A |
This file contains hidden or 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
N/A |
This file contains hidden or 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
│ Error: Unsupported argument | |
│ | |
│ on ../cloudflare/modules/aop/main.tf line 5, in resource "cloudflare_authenticated_origin_pulls_certificate" "this": | |
│ 5: type = "per-hostname" | |
│ | |
│ An argument named "type" is not expected here. | |
│ Error: Unsupported argument | |
│ | |
│ on ../cloudflare/modules/aop/main.tf line 16, in resource "cloudflare_authenticated_origin_pulls" "this": |
This file contains hidden or 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
$ tf plan | |
╷ | |
│ Error: Unsupported argument | |
│ | |
│ on cloudflare_access.tf line 307, in resource "cloudflare_zero_trust_access_policy" "groups": | |
│ 307: application_id = cloudflare_zero_trust_access_application.groups.id | |
│ | |
│ An argument named "application_id" is not expected here. |
This file contains hidden or 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
# cloudflare_zero_trust_device_default_profile_local_domain_fallback.default wil | |
l be created | |
+ resource "cloudflare_zero_trust_device_default_profile_local_domain_fallback" | |
"default" { | |
+ account_id = "<redacted>" | |
+ description = (known after apply) | |
+ dns_server = (known after apply) | |
+ domains = [ | |
+ { | |
+ suffix = "example" |
This file contains hidden or 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
Hiera config: | |
apache_vhosts: | |
app: | |
servername: 'example.com' | |
serveraliases: | |
- '*.example.com' | |
port: '9000' | |
docroot: '/var/www' | |
docroot_owner: 'www-data' |