Skip to content

Instantly share code, notes, and snippets.

@fawaf
Created June 18, 2024 01:20
Show Gist options
  • Save fawaf/c9fdfaa2a3a53cca043f1a036b3971b5 to your computer and use it in GitHub Desktop.
Save fawaf/c9fdfaa2a3a53cca043f1a036b3971b5 to your computer and use it in GitHub Desktop.
8: createdby = "terraform"
9: }
Reference: https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.4.0/docs/rules/terraform_unused_declarations.md
[otf] 2024-06-18,01:10:47 INFO No issues found by running tflint. Continuing
[otf] 2024-06-18,01:10:47 INFO Running terraform get
2024-06-18T01:10:47.195Z [INFO] Terraform version: 1.5.7
2024-06-18T01:10:47.197Z [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2024-06-18T01:10:47.197Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2024-06-18T01:10:47.197Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2024-06-18T01:10:47.197Z [DEBUG] using github.com/zclconf/go-cty v1.12.2
2024-06-18T01:10:47.197Z [INFO] Go runtime version: go1.20.7
2024-06-18T01:10:47.197Z [INFO] CLI args: []string{"terraform", "get"}
2024-06-18T01:10:47.198Z [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2024-06-18T01:10:47.198Z [INFO] Loading CLI configuration from /root/.terraformrc
2024-06-18T01:10:47.202Z [DEBUG] checking for credentials in "/root/.terraform.d/plugins"
2024-06-18T01:10:47.202Z [DEBUG] Explicit provider installation configuration is set
2024-06-18T01:10:47.205Z [INFO] CLI command args: []string{"get"}
[otf] 2024-06-18,01:10:47 INFO Running tfsec

No problems detected!
[otf] 2024-06-18,01:10:47 INFO No issues found by running tfsec. Continuing
[otf] 2024-06-18,01:10:47 INFO Generating otf managed terragrunt.hcl
[otf] 2024-06-18,01:10:47 INFO Generating otf managed tf.tf
[otf] 2024-06-18,01:10:47 INFO Calling terragrunt with command-line = ['terragrunt', 'plan', '-out=last_run_plan']
2024-06-18T01:10:49.065Z [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2024-06-18T01:10:49.069Z [INFO] Loading CLI configuration from /root/.terraformrc
2024-06-18T01:10:49.247Z [INFO] Terraform version: 1.5.7
2024-06-18T01:10:49.249Z [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2024-06-18T01:10:49.249Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2024-06-18T01:10:49.249Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2024-06-18T01:10:49.249Z [DEBUG] using github.com/zclconf/go-cty v1.12.2
2024-06-18T01:10:49.249Z [INFO] Go runtime version: go1.20.7
2024-06-18T01:10:49.249Z [INFO] CLI args: []string{"terraform", "init", "-backend-config=prefix=nope
2024-06-18T01:10:49.250Z [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2024-06-18T01:10:49.250Z [INFO] Loading CLI configuration from /root/.terraformrc
2024-06-18T01:10:49.254Z [DEBUG] checking for credentials in "/root/.terraform.d/plugins"
2024-06-18T01:10:49.254Z [DEBUG] Explicit provider installation configuration is set
2024-06-18T01:10:49.257Z [INFO] CLI command args: []string{"init", "-backend-config=prefix=nope
Initializing the backend...
2024-06-18T01:10:49.277Z [DEBUG] New state was assigned lineage "6f541791-05ae-847a-a006-9a6044024d34"
2024-06-18T01:10:49.647Z [DEBUG] checking for provisioner in "."
2024-06-18T01:10:49.648Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-18T01:10:49.648Z [DEBUG] checking for provisioner in "/root/.terraform.d/plugins"
2024-06-18T01:10:49.658Z [DEBUG] New state was assigned lineage "c7028273-9492-f669-7056-683377ac4cc9"

Successfully configured the backend "gcs"! Terraform will automatically
use this backend unless the backend configuration changes.
2024-06-18T01:10:50.678Z [DEBUG] checking for provisioner in "."
2024-06-18T01:10:50.678Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-18T01:10:50.678Z [DEBUG] checking for provisioner in "/root/.terraform.d/plugins"
Initializing provider plugins...
- Reusing previous version of hashicorp/google from the dependency lock file
2024-06-18T01:10:55.174Z [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2024-06-18T01:10:55.372Z [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/google/versions
- Reusing previous version of hashicorp/http from the dependency lock file
2024-06-18T01:10:55.458Z [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/http/versions
- Using previously-installed hashicorp/google v5.34.0
- Using previously-installed hashicorp/http v3.4.3
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
2024-06-18T01:10:56.057Z [INFO] Terraform version: 1.5.7
2024-06-18T01:10:56.059Z [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2024-06-18T01:10:56.059Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2024-06-18T01:10:56.059Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2024-06-18T01:10:56.059Z [DEBUG] using github.com/zclconf/go-cty v1.12.2
2024-06-18T01:10:56.059Z [INFO] Go runtime version: go1.20.7
2024-06-18T01:10:56.059Z [INFO] CLI args: []string{"terraform", "plan", "-var-file=tmp_var_file.tfvars", "-out=last_run_plan"}
2024-06-18T01:10:56.059Z [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2024-06-18T01:10:56.059Z [INFO] Loading CLI configuration from /root/.terraformrc
2024-06-18T01:10:56.063Z [DEBUG] checking for credentials in "/root/.terraform.d/plugins"
2024-06-18T01:10:56.063Z [DEBUG] Explicit provider installation configuration is set
2024-06-18T01:10:56.067Z [INFO] CLI command args: []string{"plan", "-var-file=tmp_var_file.tfvars", "-out=last_run_plan"}
2024-06-18T01:10:56.467Z [DEBUG] checking for provisioner in "."
2024-06-18T01:10:56.468Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-18T01:10:56.468Z [DEBUG] checking for provisioner in "/root/.terraform.d/plugins"
2024-06-18T01:10:56.471Z [INFO] backend/local: starting Plan operation
2024-06-18T01:11:01.637Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:01.638Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:01.665Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5]
2024-06-18T01:11:01.667Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=255
2024-06-18T01:11:01.668Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5
2024-06-18T01:11:01.918Z [INFO] provider.terraform-provider-google_v5.34.0_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:01.916Z
2024-06-18T01:11:01.945Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: plugin address: address=/tmp/plugin1166954673 network=unix timestamp=2024-06-18T01:11:01.945Z
2024-06-18T01:11:01.945Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:02.096Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:02.098Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=255
2024-06-18T01:11:02.099Z [DEBUG] provider: plugin exited
2024-06-18T01:11:02.099Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:02.099Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:02.106Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5]
2024-06-18T01:11:02.108Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=270
2024-06-18T01:11:02.108Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5
2024-06-18T01:11:02.157Z [INFO] provider.terraform-provider-http_v3.4.3_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:02.155Z
2024-06-18T01:11:02.186Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: plugin address: address=/tmp/plugin748087908 network=unix timestamp=2024-06-18T01:11:02.185Z
2024-06-18T01:11:02.186Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:02.222Z [DEBUG] No provider meta schema returned
2024-06-18T01:11:02.223Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:02.226Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=270
2024-06-18T01:11:02.226Z [DEBUG] provider: plugin exited
2024-06-18T01:11:02.227Z [DEBUG] Building and walking validate graph
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.su_path" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy.edge_policy" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "data.http.ip_list_swg" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/http"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.security_qa_msft" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.security_qa" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy.monolith_proxy_security_policy" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.slash_throttle" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.non_slash_throttle" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.allow_su_path" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.invalid_paths" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.superuser_path" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.allow_superuser_path" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "data.http.ip_list_wic_vpn" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/http"]
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "data.google_secret_manager_secret_version.nope
2024-06-18T01:11:02.230Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.default_allow" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:02.232Z [DEBUG] ReferenceTransformer: "data.http.ip_list_wic_vpn" references: [data.google_secret_manager_secret_version.nope
2024-06-18T01:11:02.232Z [DEBUG] ReferenceTransformer: "var._gcp_project_id" references: []
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.allowed_ips_list (expand)" references: [local.wic_ips (expand) local.swg_ips (expand)]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.security_policies (expand)" references: [google_compute_security_policy.monolith_proxy_security_policy google_compute_security_policy.edge_policy]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.slash_throttle" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.non_slash_throttle" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.allow_su_path" references: [local.security_policies (expand) local.allowed_ips (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.invalid_paths" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"].dmz" references: []
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.superuser_path" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.security_qa_msft" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "data.http.ip_list_swg" references: [data.google_secret_manager_secret_version.nope
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "var._cell_short_name" references: []
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.labels (expand)" references: [var._cell_short_name]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.wic_ips (expand)" references: [data.http.ip_list_wic_vpn]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.swg_ips (expand)" references: [data.http.ip_list_swg]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/http\"]" references: []
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.default_allow" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.security_qa" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "data.google_secret_manager_secret_version.nope
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "local.allowed_ips (expand)" references: [local.allowed_ips_list (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.allow_superuser_path" references: [local.security_policies (expand) local.allowed_ips (expand)]
2024-06-18T01:11:02.233Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.su_path" references: [local.security_policies (expand)]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.edge_policy" references: [var._cell_short_name var._gcp_project_id]
2024-06-18T01:11:02.233Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.monolith_proxy_security_policy" references: [var._gcp_project_id var._cell_short_name]
2024-06-18T01:11:02.236Z [DEBUG] Starting graph walk: walkValidate
2024-06-18T01:11:02.239Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:02.239Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:02.246Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5]
2024-06-18T01:11:02.248Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=280
2024-06-18T01:11:02.248Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5
2024-06-18T01:11:02.294Z [INFO] provider.terraform-provider-http_v3.4.3_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:02.292Z
2024-06-18T01:11:02.322Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: plugin address: address=/tmp/plugin2291940373 network=unix timestamp=2024-06-18T01:11:02.322Z
2024-06-18T01:11:02.322Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:02.343Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:02.343Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:02.350Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5]
2024-06-18T01:11:02.352Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=289
2024-06-18T01:11:02.352Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5
2024-06-18T01:11:02.601Z [INFO] provider.terraform-provider-google_v5.34.0_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:02.599Z
2024-06-18T01:11:02.626Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: plugin address: address=/tmp/plugin3821301580 network=unix timestamp=2024-06-18T01:11:02.626Z
2024-06-18T01:11:02.626Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:02.645Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:02.645Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:02.652Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5]
2024-06-18T01:11:02.654Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=305
2024-06-18T01:11:02.654Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5
2024-06-18T01:11:02.905Z [INFO] provider.terraform-provider-google_v5.34.0_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:02.903Z
2024-06-18T01:11:02.931Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: plugin address: address=/tmp/plugin441368916 network=unix timestamp=2024-06-18T01:11:02.931Z
2024-06-18T01:11:02.931Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:03.122Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:03.126Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=305
2024-06-18T01:11:03.126Z [DEBUG] provider: plugin exited
2024-06-18T01:11:03.136Z [DEBUG] No provider meta schema returned
2024-06-18T01:11:03.157Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:03.159Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=280
2024-06-18T01:11:03.159Z [DEBUG] provider: plugin exited
2024-06-18T01:11:03.162Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:03.165Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=289
2024-06-18T01:11:03.165Z [DEBUG] provider: plugin exited
2024-06-18T01:11:03.166Z [INFO] backend/local: plan calling Plan
2024-06-18T01:11:03.166Z [DEBUG] Building and walking plan graph for NormalMode
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "data.google_secret_manager_secret_version.nope
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.slash_throttle (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "data.http.ip_list_swg (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/http"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "data.http.ip_list_wic_vpn (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/http"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.allow_superuser_path (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.default_allow (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.invalid_paths (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.allow_su_path (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.security_qa_msft (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.non_slash_throttle (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.superuser_path (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy.edge_policy (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.su_path (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy_rule.security_qa (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.167Z [DEBUG] ProviderTransformer: "google_compute_security_policy.monolith_proxy_security_policy (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"].dmz" references: []
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.allow_superuser_path (expand)" references: [local.security_policies (expand) local.allowed_ips (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "var._gcp_project_id" references: []
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "var._cell_short_name" references: []
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.swg_ips (expand)" references: [data.http.ip_list_swg (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.labels (expand)" references: [var._cell_short_name]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.wic_ips (expand)" references: [data.http.ip_list_wic_vpn (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/http\"]" references: []
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.default_allow (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.superuser_path (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.edge_policy (expand)" references: [var._gcp_project_id var._cell_short_name]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "data.http.ip_list_wic_vpn (expand)" references: [data.google_secret_manager_secret_version.nope
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.allowed_ips_list (expand)" references: [local.wic_ips (expand) local.swg_ips (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.allowed_ips (expand)" references: [local.allowed_ips_list (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "local.security_policies (expand)" references: [google_compute_security_policy.monolith_proxy_security_policy (expand) google_compute_security_policy.edge_policy (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.allow_su_path (expand)" references: [local.security_policies (expand) local.allowed_ips (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.invalid_paths (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.su_path (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "data.google_secret_manager_secret_version.nope
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.security_qa_msft (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "data.http.ip_list_swg (expand)" references: [data.google_secret_manager_secret_version.nope
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.non_slash_throttle (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.security_qa (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [INFO] ReferenceTransformer: reference not found: "each.key"
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy_rule.slash_throttle (expand)" references: [local.security_policies (expand)]
2024-06-18T01:11:03.168Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.monolith_proxy_security_policy (expand)" references: [var._cell_short_name var._gcp_project_id]
2024-06-18T01:11:03.169Z [DEBUG] Starting graph walk: walkPlan
2024-06-18T01:11:03.171Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:03.171Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:03.178Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5]
2024-06-18T01:11:03.180Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=329
2024-06-18T01:11:03.180Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5
2024-06-18T01:11:03.226Z [INFO] provider.terraform-provider-http_v3.4.3_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:03.224Z
2024-06-18T01:11:03.254Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: plugin address: address=/tmp/plugin4272772389 network=unix timestamp=2024-06-18T01:11:03.254Z
2024-06-18T01:11:03.254Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:03.272Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:03.273Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:03.280Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5]
2024-06-18T01:11:03.281Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=339
2024-06-18T01:11:03.282Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5
2024-06-18T01:11:03.289Z [DEBUG] No provider meta schema returned
2024-06-18T01:11:03.527Z [INFO] provider.terraform-provider-google_v5.34.0_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:03.525Z
2024-06-18T01:11:03.555Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:03.555Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: plugin address: address=/tmp/plugin301043016 network=unix timestamp=2024-06-18T01:11:03.554Z
2024-06-18T01:11:03.574Z [DEBUG] created provider logger: level=debug
2024-06-18T01:11:03.574Z [INFO] provider: configuring client automatic mTLS
2024-06-18T01:11:03.581Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5]
2024-06-18T01:11:03.584Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=354
2024-06-18T01:11:03.584Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5
2024-06-18T01:11:03.839Z [INFO] provider.terraform-provider-google_v5.34.0_x5: configuring server automatic mTLS: timestamp=2024-06-18T01:11:03.837Z
2024-06-18T01:11:03.864Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: plugin address: address=/tmp/plugin1471991448 network=unix timestamp=2024-06-18T01:11:03.864Z
2024-06-18T01:11:03.864Z [DEBUG] provider: using plugin: version=5
2024-06-18T01:11:03.888Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Authenticating using DefaultClient...: @module=google tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1797 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=d66e608b-2843-1727-2da9-fbfe7be9d6b0 timestamp=2024-06-18T01:11:03.888Z
2024-06-18T01:11:03.889Z [INFO] provider.terraform-provider-google_v5.34.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: @module=google tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1798 tf_mux_provider=*proto5server.Server tf_req_id=d66e608b-2843-1727-2da9-fbfe7be9d6b0 tf_rpc=ConfigureProvider timestamp=2024-06-18T01:11:03.888Z
2024-06-18T01:11:03.889Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Authenticating using DefaultClient...: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1797 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=d66e608b-2843-1727-2da9-fbfe7be9d6b0 tf_mux_provider=*proto5server.Server @module=google timestamp=2024-06-18T01:11:03.889Z
2024-06-18T01:11:03.889Z [INFO] provider.terraform-provider-google_v5.34.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1798 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @module=google tf_req_id=d66e608b-2843-1727-2da9-fbfe7be9d6b0 timestamp=2024-06-18T01:11:03.889Z
2024-06-18T01:11:03.890Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:03 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:04.040Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Authenticating using DefaultClient...: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1797 @module=google tf_req_id=049e4682-93e0-f925-b414-21ceaa377800 tf_rpc=ConfigureProvider timestamp=2024-06-18T01:11:04.040Z
2024-06-18T01:11:04.040Z [INFO] provider.terraform-provider-google_v5.34.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1798 @module=google tf_req_id=049e4682-93e0-f925-b414-21ceaa377800 timestamp=2024-06-18T01:11:04.040Z
2024-06-18T01:11:04.041Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Authenticating using DefaultClient...: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1797 @module=google tf_req_id=049e4682-93e0-f925-b414-21ceaa377800 timestamp=2024-06-18T01:11:04.041Z
2024-06-18T01:11:04.041Z [INFO] provider.terraform-provider-google_v5.34.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=049e4682-93e0-f925-b414-21ceaa377800 @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1798 @module=google tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider timestamp=2024-06-18T01:11:04.041Z
2024-06-18T01:11:04.042Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:04.633Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Terraform is using this identity: felix.wong@nope
2024-06-18T01:11:04.654Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] Authenticating using DefaultClient...
2024-06-18T01:11:04.654Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-06-18T01:11:04.656Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] Authenticating using DefaultClient...
2024-06-18T01:11:04.656Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-06-18T01:11:04.657Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:04.737Z [INFO] provider.terraform-provider-google_v5.34.0_x5: Terraform is using this identity: felix.wong@nope
2024-06-18T01:11:04.769Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] Authenticating using DefaultClient...
2024-06-18T01:11:04.769Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-06-18T01:11:04.769Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] Authenticating using DefaultClient...
2024-06-18T01:11:04.769Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-06-18T01:11:04.770Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:04.948Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [INFO] Terraform is using this identity: felix.wong@nope
2024-06-18T01:11:04.950Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] parent context canceled, cleaning up batcher batches
2024-06-18T01:11:04.950Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] parent context canceled, cleaning up batcher batches
2024-06-18T01:11:04.950Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Stopping batcher "Service Usage"
2024-06-18T01:11:04.950Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Stopping batcher "IAM"
2024-06-18T01:11:04.954Z [DEBUG] Resource instance state not found for node "data.google_secret_manager_secret_version.nope
2024-06-18T01:11:04.954Z [DEBUG] ReferenceTransformer: "data.google_secret_manager_secret_version.nope
data.google_secret_manager_secret_version.nope
2024-06-18T01:11:04.969Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Retry Transport: request attempt 0
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:04 [DEBUG] Google API Request Details:
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ REQUEST ]---------------------------------------
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: GET /v1/projects/nope
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Host: secretmanager.googleapis.com
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: User-Agent: Terraform/1.5.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.33.0 terraform-provider-google/5.34.0
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Content-Type: application/json
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Accept-Encoding: gzip
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:04.977Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:05.071Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [INFO] Terraform is using this identity: felix.wong@nope
2024-06-18T01:11:05.072Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] parent context canceled, cleaning up batcher batches
2024-06-18T01:11:05.072Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Stopping batcher "Service Usage"
2024-06-18T01:11:05.072Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] parent context canceled, cleaning up batcher batches
2024-06-18T01:11:05.072Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Stopping batcher "IAM"
2024-06-18T01:11:05.074Z [INFO] ReferenceTransformer: reference not found: "var._gcp_project_id"
2024-06-18T01:11:05.074Z [INFO] ReferenceTransformer: reference not found: "var._cell_short_name"
2024-06-18T01:11:05.074Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.monolith_proxy_security_policy" references: []
2024-06-18T01:11:05.074Z [DEBUG] Resource instance state not found for node "google_compute_security_policy.edge_policy", instance google_compute_security_policy.edge_policy
2024-06-18T01:11:05.075Z [INFO] ReferenceTransformer: reference not found: "var._gcp_project_id"
2024-06-18T01:11:05.075Z [INFO] ReferenceTransformer: reference not found: "var._cell_short_name"
2024-06-18T01:11:05.075Z [DEBUG] ReferenceTransformer: "google_compute_security_policy.edge_policy" references: []
2024-06-18T01:11:05.077Z [DEBUG] refresh: google_compute_security_policy.edge_policy: no state, so not refreshing
2024-06-18T01:11:05.109Z [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_compute_security_policy.edge_policy, 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:
- .advanced_options_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .rule: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Google API Response Details:
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ RESPONSE ]--------------------------------------
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: HTTP/2.0 200 OK
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Cache-Control: private
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Content-Type: application/json; charset=UTF-8
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Date: Tue, 18 Jun 2024 01:11:05 GMT
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Server: ESF
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Origin
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: X-Origin
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Referer
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Content-Type-Options: nosniff
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Frame-Options: SAMEORIGIN
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Xss-Protection: 0
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: {
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "name": "projects/958444157015/secrets/nope
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "createTime": "2024-06-13T01:59:26.535274Z",
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "state": "ENABLED",
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "replicationStatus": {
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "automatic": {}
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: },
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "etag": "\"161abbd943466a\"",
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "clientSpecifiedPayloadChecksum": true
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-06-18T01:11:05.664Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: Returning after 1 attempts
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Received Google SecretManager Version: map["clientSpecifiedPayloadChecksum":%!q(bool=true) "createTime":"2024-06-13T01:59:26.535274Z" "etag":"\"161abbd943466a\"" "name":"projects/958444157015/secrets/nope
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Waiting for state to become: [success]
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: request attempt 0
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Google API Request Details:
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ REQUEST ]---------------------------------------
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: GET /v1/projects/nope
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Host: secretmanager.googleapis.com
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: User-Agent: Terraform/1.5.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.33.0 terraform-provider-google/5.34.0
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Content-Type: application/json
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Accept-Encoding: gzip
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.665Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Google API Response Details:
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ RESPONSE ]--------------------------------------
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: HTTP/2.0 200 OK
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Cache-Control: private
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Content-Type: application/json; charset=UTF-8
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Date: Tue, 18 Jun 2024 01:11:05 GMT
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Server: ESF
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Origin
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: X-Origin
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Referer
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Content-Type-Options: nosniff
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Frame-Options: SAMEORIGIN
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Xss-Protection: 0
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: {
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "name": "projects/958444157015/secrets/nope
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "payload": {
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "data": "UzRfd0RPYzhYQktUTFoxX3BWRXN3RnhGakFWaXQ0aW90OE1Qb2V1MnRXMGlBM09RUTl3S0lTdVBLS0lodjBlSHBXNGFuWWpKcmwyMUJOeFZGNXpEdFE=",
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "dataCrc32c": "3701343541"
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-06-18T01:11:05.853Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] Retry Transport: Returning after 1 attempts
data.google_secret_manager_secret_version.nope
2024-06-18T01:11:05.854Z [DEBUG] Resource instance state not found for node "data.http.ip_list_swg", instance data.http.ip_list_swg
2024-06-18T01:11:05.854Z [DEBUG] ReferenceTransformer: "data.http.ip_list_swg" references: []
2024-06-18T01:11:05.854Z [DEBUG] Resource instance state not found for node "data.http.ip_list_wic_vpn", instance data.http.ip_list_wic_vpn
2024-06-18T01:11:05.854Z [DEBUG] ReferenceTransformer: "data.http.ip_list_wic_vpn" references: []
2024-06-18T01:11:05.855Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] [transport] [server-transport 0xc000585b00] Closing: Server.Stop called
2024-06-18T01:11:05.855Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:05 [DEBUG] [transport] [server-transport 0xc000585b00] loopyWriter exiting with error: transport closed by client
2024-06-18T01:11:05.856Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:05.859Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.34.0/linux_amd64/terraform-provider-google_v5.34.0_x5 pid=354
2024-06-18T01:11:05.859Z [DEBUG] provider: plugin exited
data.http.ip_list_wic_vpn: Reading...
data.http.ip_list_swg: Reading...
2024-06-18T01:11:05.887Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: performing request: tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http tf_rpc=ReadDataSource @caller=github.com/terraform-providers/terraform-provider-http/internal/provider/data_source_http.go:429 @module=http tf_req_id=669ce8f6-e074-58e3-88cf-1c06834531de url=https://iplist.nope
2024-06-18T01:11:05.887Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: performing request: @module=http tf_req_id=ee4e556a-c26c-152f-0902-f961a02325b5 url=https://iplist.nope
2024-06-18T01:11:08.618Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=url tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http tf_req_id=ee4e556a-c26c-152f-0902-f961a02325b5 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-18T01:11:08.615Z
2024-06-18T01:11:08.618Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 tf_data_source_type=http tf_req_id=ee4e556a-c26c-152f-0902-f961a02325b5 @module=sdk.framework tf_attribute_path=request_headers["Authorization"] tf_provider_addr=registry.terraform.io/hashicorp/http tf_rpc=ReadDataSource timestamp=2024-06-18T01:11:08.616Z
2024-06-18T01:11:08.618Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http tf_rpc=ReadDataSource @module=sdk.framework tf_attribute_path=request_headers tf_req_id=ee4e556a-c26c-152f-0902-f961a02325b5 timestamp=2024-06-18T01:11:08.616Z
data.http.ip_list_wic_vpn: Read complete after 3s [id=https://iplist.nope
2024-06-18T01:11:08.662Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_attribute_path=url tf_req_id=669ce8f6-e074-58e3-88cf-1c06834531de tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http timestamp=2024-06-18T01:11:08.662Z
2024-06-18T01:11:08.662Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=request_headers["Authorization"] tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http tf_req_id=669ce8f6-e074-58e3-88cf-1c06834531de tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework timestamp=2024-06-18T01:11:08.662Z
2024-06-18T01:11:08.662Z [DEBUG] provider.terraform-provider-http_v3.4.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=request_headers tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.8.0/internal/fwschemadata/value_semantic_equality.go:87 tf_data_source_type=http tf_provider_addr=registry.terraform.io/hashicorp/http tf_req_id=669ce8f6-e074-58e3-88cf-1c06834531de timestamp=2024-06-18T01:11:08.662Z
data.http.ip_list_swg: Read complete after 3s [id=https://iplist.nope
2024-06-18T01:11:08.665Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-18T01:11:08.667Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/http/3.4.3/linux_amd64/terraform-provider-http_v3.4.3_x5 pid=329
2024-06-18T01:11:08.667Z [DEBUG] provider: plugin exited
google_compute_security_policy.monolith_proxy_security_policy: Refreshing state... [id=projects/nope
2024-06-18T01:11:46.260Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:46 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/
2024-06-18T01:11:46.265Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:46 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-06-18T01:11:46.265Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:46 [DEBUG] Retry Transport: request attempt 0
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:46 [DEBUG] Google API Request Details:
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ REQUEST ]---------------------------------------
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: GET /compute/v1/projects/nope
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Host: compute.googleapis.com
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: User-Agent: google-api-go-client/0.5 Terraform/1.5.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.33.0 terraform-provider-google/5.34.0
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Goog-Api-Client: gl-go/1.21.11 gdcl/0.180.0
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Accept-Encoding: gzip
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:46.266Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:47 [DEBUG] Google API Response Details:
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ---[ RESPONSE ]--------------------------------------
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: HTTP/2.0 200 OK
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Cache-Control: private
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Content-Type: application/json; charset=UTF-8
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Date: Tue, 18 Jun 2024 01:11:47 GMT
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Etag: 9EZSqh0qwRs88NyZhPNkQOCeEpk=/SGJvzhbtIUwqixodhAFU6qq9-wg=
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Server: ESF
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Origin
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: X-Origin
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: Vary: Referer
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Content-Type-Options: nosniff
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Frame-Options: SAMEORIGIN
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: X-Xss-Protection: 0
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5:
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: {
2024-06-18T01:11:47.390Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "kind": "compute#securityPolicy",
...snip...
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ]
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: },
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "action": "deny(403)",
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "preview": false
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: ],
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "fingerprint": "t4ObsCY62HU=",
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "selfLink": "https://www.googleapis.com/compute/v1/projects/nope
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "type": "CLOUD_ARMOR",
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: "labelFingerprint": "42WmSpB8rSM="
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: }
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: -----------------------------------------------------
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:47 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-06-18T01:11:47.484Z [DEBUG] provider.terraform-provider-google_v5.34.0_x5: 2024/06/18 01:11:47 [DEBUG] Retry Transport: Returning after 1 attempts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment