Skip to content

Instantly share code, notes, and snippets.

@code2exe
Created April 21, 2021 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code2exe/a2c76b5412b867f0a2955b4c95081c25 to your computer and use it in GitHub Desktop.
Save code2exe/a2c76b5412b867f0a2955b4c95081c25 to your computer and use it in GitHub Desktop.
2021-04-21T11:46:09.414+0100 [DEBUG] provider.terraform-provider-cloudflare_v2.20.0.exe: 2021/04/21 11:46:09 [DEBUG] Data found in config: map[string]interface {}{}
2021-04-21T11:46:09.410+0100 [WARN] Provider "registry.terraform.io/cloudflare/cloudflare" produced an unexpected new value for module.cloudflare.cloudflare_record.okta during refresh.
- .data: was null, but now cty.MapValEmpty(cty.String)
2021-04-21T11:46:09.439+0100 [WARN] Provider "registry.terraform.io/cloudflare/cloudflare" produced an invalid plan for module.cloudflare.cloudflare_record.okta, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .proxied: planned value cty.False for a non-computed attribute
- .data: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
2021-04-21T11:46:09.441+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-04-21T11:46:09.463+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe pid=788
2021-04-21T11:46:09.464+0100 [DEBUG] provider: plugin exited
2021-04-21T11:46:09.464+0100 [INFO] terraform: building graph: GraphTypePlanDestroy
2021-04-21T11:46:09.494+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/cloudflare/cloudflare"], implied first by module.cloudflare.cloudflare_record.okta
2021-04-21T11:46:09.494+0100 [DEBUG] ProviderTransformer: "module.cloudflare.cloudflare_record.okta" (*terraform.NodePlanDestroyableResourceInstance) needs module.cloudflare.provider["registry.terraform.io/cloudflare/cloudflare"]
2021-04-21T11:46:09.495+0100 [DEBUG] pruning unused module.auth.provider["registry.terraform.io/oktadeveloper/okta"]
2021-04-21T11:46:09.495+0100 [DEBUG] pruning unused provider["registry.terraform.io/cloudflare/cloudflare"]
2021-04-21T11:46:09.495+0100 [DEBUG] Starting graph walk: walkPlan
2021-04-21T11:46:09.496+0100 [DEBUG] created provider logger: level=debug
2021-04-21T11:46:09.496+0100 [INFO] provider: configuring client automatic mTLS
2021-04-21T11:46:09.597+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe args=[.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe]
2021-04-21T11:46:09.602+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe pid=19772
2021-04-21T11:46:09.602+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe
2021-04-21T11:46:09.654+0100 [INFO] provider.terraform-provider-cloudflare_v2.20.0.exe: configuring server automatic mTLS: timestamp=2021-04-21T11:46:09.653+0100
2021-04-21T11:46:09.763+0100 [DEBUG] provider.terraform-provider-cloudflare_v2.20.0.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2021-04-21T11:46:09.763+0100
2021-04-21T11:46:09.764+0100 [DEBUG] provider: using plugin: version=5
2021-04-21T11:46:09.915+0100 [DEBUG] No provider meta schema returned
2021-04-21T11:46:09.930+0100 [WARN] ValidateProviderConfig from "module.cloudflare.provider[\"registry.terraform.io/cloudflare/cloudflare\"]" changed the config value, but that value is unused
│ Warning: Resource targeting is in effect
│ You are creating a plan with the -target option, which means that the result of this plan may not represent all of the changes
│ requested by the current configuration.
│ The -target option is not for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes,
│ or when Terraform specifically suggests to use it as part of an error message.
│ Error: credentials are not set correctly
│ on modules\cloudflare\main.tf line 10, in provider "cloudflare":
│ 10: provider "cloudflare" {
2021-04-21T11:46:09.948+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-04-21T11:46:09.976+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/2.20.0/windows_amd64/terraform-provider-cloudflare_v2.20.0.exe pid=19772
2021-04-21T11:46:09.976+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment