Skip to content

Instantly share code, notes, and snippets.

@ElijahGartin
Created May 19, 2021 00:36
Show Gist options
  • Save ElijahGartin/9474417826692d676a70c6004e9aa5b9 to your computer and use it in GitHub Desktop.
Save ElijahGartin/9474417826692d676a70c6004e9aa5b9 to your computer and use it in GitHub Desktop.
Terraform Digital Ocean VPC Resource Issue
2021-05-18T18:34:41.429-0600 [DEBUG] Adding temp file log sink: /tmp/terraform-log458126762
2021-05-18T18:34:41.429-0600 [INFO] Terraform version: 0.15.3
2021-05-18T18:34:41.429-0600 [INFO] Go runtime version: go1.16.2
2021-05-18T18:34:41.429-0600 [INFO] CLI args: []string{"/usr/bin/terraform", "init"}
2021-05-18T18:34:41.429-0600 [TRACE] Stdout is a terminal of width 109
2021-05-18T18:34:41.429-0600 [TRACE] Stderr is a terminal of width 109
2021-05-18T18:34:41.429-0600 [TRACE] Stdin is a terminal
2021-05-18T18:34:41.429-0600 [DEBUG] Attempting to open CLI config file: /home/elijahgartin/.terraformrc
2021-05-18T18:34:41.429-0600 [INFO] Loading CLI configuration from /home/elijahgartin/.terraformrc
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /home/elijahgartin/.terraform.d/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /home/elijahgartin/.local/share/terraform/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2021-05-18T18:34:41.430-0600 [INFO] CLI command args: []string{"init"}
2021-05-18T18:34:41.432-0600 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules
2021-05-18T18:34:41.432-0600 [DEBUG] Module installer: begin network
2021-05-18T18:34:41.432-0600 [TRACE] ModuleInstaller: Module installer: network <nil> already installed in modules/network
2021-05-18T18:34:41.432-0600 [TRACE] modsdir: writing modules manifest to .terraform/modules/modules.json
2021-05-18T18:34:41.433-0600 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2021-05-18T18:34:41.433-0600 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2021-05-18T18:34:41.433-0600 [DEBUG] New state was assigned lineage "15ee43c0-46aa-1328-fa61-84b7a36b8999"
2021-05-18T18:34:41.433-0600 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021-05-18T18:34:41.433-0600 [TRACE] Meta.Backend: instantiated backend of type <nil>
2021-05-18T18:34:41.433-0600 [DEBUG] checking for provisioner in "."
2021-05-18T18:34:41.438-0600 [DEBUG] checking for provisioner in "/usr/bin"
2021-05-18T18:34:41.438-0600 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021-05-18T18:34:41.439-0600 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2021-05-18T18:34:41.439-0600 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2021-05-18T18:34:41.439-0600 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate
2021-05-18T18:34:41.439-0600 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2021-05-18T18:34:41.439-0600 [TRACE] statemgr.Filesystem: read nil snapshot
2021-05-18T18:34:41.439-0600 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2021-05-18T18:34:41.439-0600 [TRACE] HTTP client GET request to https://registry.terraform.io/.well-known/terraform.json
2021-05-18T18:34:41.648-0600 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/digitalocean/versions
2021-05-18T18:34:41.648-0600 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/providers/hashicorp/digitalocean/versions
2021-05-18T18:34:41.842-0600 [DEBUG] GET https://registry.terraform.io/v1/providers/digitalocean/digitalocean/versions
2021-05-18T18:34:41.842-0600 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/providers/digitalocean/digitalocean/versions
2021-05-18T18:34:42.021-0600 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021-05-18T18:34:42.022-0600 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/digitalocean/digitalocean v2.8.0 for linux_amd64 at .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.8.0/linux_amd64
2021-05-18T18:34:42.022-0600 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.8.0/linux_amd64 as a candidate package for registry.terraform.io/digitalocean/digitalocean 2.8.0
2021-05-18T18:34:42.022-0600 [DEBUG] GET https://registry.terraform.io/v1/providers/digitalocean/digitalocean/2.8.0/download/linux/amd64
2021-05-18T18:34:42.022-0600 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/providers/digitalocean/digitalocean/2.8.0/download/linux/amd64
2021-05-18T18:34:42.162-0600 [DEBUG] GET https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_SHA256SUMS
2021-05-18T18:34:42.163-0600 [TRACE] HTTP client GET request to https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_SHA256SUMS
2021-05-18T18:34:42.502-0600 [TRACE] HTTP client GET request to https://github-releases.githubusercontent.com/93446088/7fe77e80-a1f1-11eb-9d79-ee1fb8bdcaf6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210519%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210519T003442Z&X-Amz-Expires=300&X-Amz-Signature=c2ddf5eecefff65f15c58c72d9889bd01831ddf86d4e557fd04194c830ad6d3b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=93446088&response-content-disposition=attachment%3B%20filename%3Dterraform-provider-digitalocean_2.8.0_SHA256SUMS&response-content-type=application%2Foctet-stream
2021-05-18T18:34:42.728-0600 [DEBUG] GET https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_SHA256SUMS.sig
2021-05-18T18:34:42.729-0600 [TRACE] HTTP client GET request to https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_SHA256SUMS.sig
2021-05-18T18:34:42.866-0600 [TRACE] HTTP client GET request to https://github-releases.githubusercontent.com/93446088/7c53f780-a1f1-11eb-96a7-ec435bcbae45?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210519%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210519T003442Z&X-Amz-Expires=300&X-Amz-Signature=0c71feac034a3ef2641c4fdd0c2e6cc16725abc1db5dcfa97b713ee514ca8b3d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=93446088&response-content-disposition=attachment%3B%20filename%3Dterraform-provider-digitalocean_2.8.0_SHA256SUMS.sig&response-content-type=application%2Foctet-stream
2021-05-18T18:34:42.937-0600 [TRACE] providercache.Dir.InstallPackage: installing registry.terraform.io/digitalocean/digitalocean v2.8.0 from https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_linux_amd64.zip
2021-05-18T18:34:42.937-0600 [TRACE] HTTP client GET request to https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.8.0/terraform-provider-digitalocean_2.8.0_linux_amd64.zip
2021-05-18T18:34:43.264-0600 [TRACE] HTTP client GET request to https://github-releases.githubusercontent.com/93446088/7d852480-a1f1-11eb-9b08-1db021a2467a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210519%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210519T003443Z&X-Amz-Expires=300&X-Amz-Signature=69122ba0ae90d4310a29b285cc45c927e7bc390cf0464d29c75e8cfadd15153d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=93446088&response-content-disposition=attachment%3B%20filename%3Dterraform-provider-digitalocean_2.8.0_linux_amd64.zip&response-content-type=application%2Foctet-stream
2021-05-18T18:34:43.882-0600 [DEBUG] Provider signed by F82037E524B9C0E8 DigitalOcean API Engineering (Release Signing) <api-engineering@digitalocean.com>
2021-05-18T18:34:44.114-0600 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021-05-18T18:34:44.114-0600 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/digitalocean/digitalocean v2.8.0 for linux_amd64 at .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.8.0/linux_amd64
2021-05-18T18:34:44.114-0600 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.8.0/linux_amd64 as a candidate package for registry.terraform.io/digitalocean/digitalocean 2.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment