Created
August 2, 2023 18:19
-
-
Save verenion/febe6b7d784eba102f05a5bcbd989a60 to your computer and use it in GitHub Desktop.
Terraform Debug Output
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
2023-08-02T19:15:02.360+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-08-02T19:15:02.390+0100 [ERROR] vertex "cloudflare_access_group.example" error: Unsupported argument | |
... | |
╷ | |
│ Error: Unsupported argument | |
│ | |
│ on cloudflare-tunnel.tf line 35, in resource "cloudflare_access_group" "example": | |
│ 35: require = { | |
│ | |
│ An argument named "require" is not expected here. Did you mean to define a block of | |
│ type "require"? | |
╵ | |
2023-08-02T19:15:02.987+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-08-02T19:15:02.988+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.11.0/linux_amd64/terraform-provider-cloudflare_v4.11.0 pid=17130 | |
2023-08-02T19:15:02.988+0100 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment