Running with gitlab-runner 14.2.0 (58ba2b95)
  on Froggit-Runner-froggit-prd-gitlab-runner-gqzzeorc V5jqswK4
section_start:1644157719:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.gitlab.com/gitlab-org/terraform-images/stable:latest ...
Pulling docker image registry.gitlab.com/gitlab-org/terraform-images/stable:latest ...
Using docker image sha256:faef5c6c20b5a2d785b093b74513e47fde830fba993ca8d36bb170d5946faec3 for registry.gitlab.com/gitlab-org/terraform-images/stable:latest with digest registry.gitlab.com/gitlab-org/terraform-images/stable@sha256:7f666f9f50df4b24bbb240ebee18d042ac3a19e5924786483d6d3967d482889c ...
section_end:1644157723:prepare_executor
section_start:1644157723:prepare_script
Preparing environment
Running on runner-v5jqswk4-project-341-concurrent-0 via 8b4a2daf3c05...
section_end:1644157724:prepare_script
section_start:1644157724:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/bejean-developpement/infraascode/elasticcloudwithgcp/.git/
Checking out bf2cb911 as feature/elastic-conference...
Removing manifests/elastic/.terraform.lock.hcl
Removing manifests/elastic/.terraform/
Removing manifests/gke/.terraform/
Removing pscConnectionId.env

Skipping Git submodules setup
section_end:1644157726:get_sources
section_start:1644157726:restore_cache
Restoring cache
Checking cache for elastic...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
Checking cache for gke...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1644157728:restore_cache
section_start:1644157728:download_artifacts
Downloading artifacts
Downloading artifacts for destroy-psc (27965)...
Downloading artifacts from coordinator... ok        id=27965 responseStatus=200 OK token=gxLsS2Qb
section_end:1644157729:download_artifacts
section_start:1644157729:step_script
Executing "step_script" stage of the job script
Using docker image sha256:faef5c6c20b5a2d785b093b74513e47fde830fba993ca8d36bb170d5946faec3 for registry.gitlab.com/gitlab-org/terraform-images/stable:latest with digest registry.gitlab.com/gitlab-org/terraform-images/stable@sha256:7f666f9f50df4b24bbb240ebee18d042ac3a19e5924786483d6d3967d482889c ...
$ cd $TF_ROOT_GKE # collapsed multi-line command
$ gitlab-terraform init # collapsed multi-line command

Initializing the backend...

Successfully configured the backend "http"! Terraform will automatically
use this backend unless the backend configuration changes.

Initializing provider plugins...
- Finding hashicorp/google versions matching "4.3.0"...
- Installing hashicorp/google v4.3.0...
- Installed hashicorp/google v4.3.0 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Initializing the backend...

Successfully configured the backend "http"! Terraform will automatically
use this backend unless the backend configuration changes.

Initializing provider plugins...
- Reusing previous version of hashicorp/google from the dependency lock file
- Using previously-installed hashicorp/google v4.3.0

Terraform has been successfully initialized!
google_compute_global_address.static_ip: Refreshing state... [id=projects/[MASKED]/global/addresses/gke-frontend]
google_compute_network.vpc_network: Refreshing state... [id=projects/[MASKED]/global/networks/vpc-network-gke]
google_compute_firewall.fw_https: Refreshing state... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-https]
google_compute_global_address.vpc_private_ip_address: Refreshing state... [id=projects/[MASKED]/global/addresses/vpc-private-ip-gke]
google_compute_firewall.fw_http: Refreshing state... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-http]
google_compute_router.router: Refreshing state... [id=projects/[MASKED]/regions/europe-west1/routers/router-vpc-name]
google_compute_firewall.allow_from_iap_to_instances: Refreshing state... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap]
google_compute_subnetwork.vpc_subnetwork: Refreshing state... [id=projects/[MASKED]/regions/europe-west1/subnetworks/vpc-subnetwork-gke]
google_service_networking_connection.vpc_private_vpc_connection: Refreshing state... [id=projects%2F[MASKED]%2Fglobal%2Fnetworks%2Fvpc-network-gke:servicenetworking.googleapis.com]
google_compute_router_nat.cloud_nat: Refreshing state... [id=[MASKED]/europe-west1/router-vpc-name/cloud-nat-vpc-name]
google_container_cluster.cluster: Refreshing state... [id=projects/[MASKED]/locations/europe-west1/clusters/gke]
google_container_node_pool.node_pool: Refreshing state... [id=projects/[MASKED]/locations/europe-west1/clusters/gke/nodePools/gke-preemptible-nodes]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  - destroy

Terraform will perform the following actions:

  # google_compute_firewall.allow_from_iap_to_instances will be destroyed
  - resource "google_compute_firewall" "allow_from_iap_to_instances" {
      - creation_timestamp      = "2022-02-06T06:04:59.828-08:00" -> null
      - destination_ranges      = [] -> null
      - direction               = "INGRESS" -> null
      - disabled                = false -> null
      - id                      = "projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap" -> null
      - name                    = "fw-vpc-allow-ssh-from-iap" -> null
      - network                 = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - priority                = 1000 -> null
      - project                 = "[MASKED]" -> null
      - self_link               = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap" -> null
      - source_ranges           = [
          - "35.235.240.0/20",
        ] -> null
      - source_service_accounts = [] -> null
      - source_tags             = [] -> null
      - target_service_accounts = [] -> null
      - target_tags             = [] -> null

      - allow {
          - ports    = [
              - "22",
            ] -> null
          - protocol = "tcp" -> null
        }
    }

  # google_compute_firewall.fw_http will be destroyed
  - resource "google_compute_firewall" "fw_http" {
      - creation_timestamp      = "2022-02-06T06:05:00.330-08:00" -> null
      - destination_ranges      = [] -> null
      - direction               = "INGRESS" -> null
      - disabled                = false -> null
      - id                      = "projects/[MASKED]/global/firewalls/fw-vpc-allow-http" -> null
      - name                    = "fw-vpc-allow-http" -> null
      - network                 = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - priority                = 1000 -> null
      - project                 = "[MASKED]" -> null
      - self_link               = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/firewalls/fw-vpc-allow-http" -> null
      - source_ranges           = [
          - "0.0.0.0/0",
        ] -> null
      - source_service_accounts = [] -> null
      - source_tags             = [] -> null
      - target_service_accounts = [] -> null
      - target_tags             = [
          - "http-server",
        ] -> null

      - allow {
          - ports    = [
              - "80",
            ] -> null
          - protocol = "tcp" -> null
        }
    }

  # google_compute_firewall.fw_https will be destroyed
  - resource "google_compute_firewall" "fw_https" {
      - creation_timestamp      = "2022-02-06T06:05:00.296-08:00" -> null
      - destination_ranges      = [] -> null
      - direction               = "INGRESS" -> null
      - disabled                = false -> null
      - id                      = "projects/[MASKED]/global/firewalls/fw-vpc-allow-https" -> null
      - name                    = "fw-vpc-allow-https" -> null
      - network                 = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - priority                = 1000 -> null
      - project                 = "[MASKED]" -> null
      - self_link               = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/firewalls/fw-vpc-allow-https" -> null
      - source_ranges           = [
          - "0.0.0.0/0",
        ] -> null
      - source_service_accounts = [] -> null
      - source_tags             = [] -> null
      - target_service_accounts = [] -> null
      - target_tags             = [
          - "https-server",
        ] -> null

      - allow {
          - ports    = [
              - "443",
            ] -> null
          - protocol = "tcp" -> null
        }
    }

  # google_compute_global_address.static_ip will be destroyed
  - resource "google_compute_global_address" "static_ip" {
      - address            = "34.110.184.45" -> null
      - address_type       = "EXTERNAL" -> null
      - creation_timestamp = "2022-02-06T06:04:48.347-08:00" -> null
      - id                 = "projects/[MASKED]/global/addresses/gke-frontend" -> null
      - name               = "gke-frontend" -> null
      - prefix_length      = 0 -> null
      - project            = "[MASKED]" -> null
      - self_link          = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/addresses/gke-frontend" -> null
    }

  # google_compute_global_address.vpc_private_ip_address will be destroyed
  - resource "google_compute_global_address" "vpc_private_ip_address" {
      - address            = "10.37.0.0" -> null
      - address_type       = "INTERNAL" -> null
      - creation_timestamp = "2022-02-06T06:04:59.751-08:00" -> null
      - id                 = "projects/[MASKED]/global/addresses/vpc-private-ip-gke" -> null
      - name               = "vpc-private-ip-gke" -> null
      - network            = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - prefix_length      = 16 -> null
      - project            = "[MASKED]" -> null
      - purpose            = "VPC_PEERING" -> null
      - self_link          = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/addresses/vpc-private-ip-gke" -> null
    }

  # google_compute_network.vpc_network will be destroyed
  - resource "google_compute_network" "vpc_network" {
      - auto_create_subnetworks         = false -> null
      - delete_default_routes_on_create = false -> null
      - id                              = "projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - mtu                             = 1460 -> null
      - name                            = "vpc-network-gke" -> null
      - project                         = "[MASKED]" -> null
      - routing_mode                    = "GLOBAL" -> null
      - self_link                       = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
    }

  # google_compute_router.router will be destroyed
  - resource "google_compute_router" "router" {
      - creation_timestamp            = "2022-02-06T06:05:00.130-08:00" -> null
      - encrypted_interconnect_router = false -> null
      - id                            = "projects/[MASKED]/regions/europe-west1/routers/router-vpc-name" -> null
      - name                          = "router-vpc-name" -> null
      - network                       = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - project                       = "[MASKED]" -> null
      - region                        = "europe-west1" -> null
      - self_link                     = "https://www.googleapis.com/compute/v1/projects/[MASKED]/regions/europe-west1/routers/router-vpc-name" -> null

      - bgp {
          - advertise_mode    = "DEFAULT" -> null
          - advertised_groups = [] -> null
          - asn               = 64514 -> null
        }
    }

  # google_compute_router_nat.cloud_nat will be destroyed
  - resource "google_compute_router_nat" "cloud_nat" {
      - drain_nat_ips                       = [] -> null
      - enable_endpoint_independent_mapping = true -> null
      - icmp_idle_timeout_sec               = 30 -> null
      - id                                  = "[MASKED]/europe-west1/router-vpc-name/cloud-nat-vpc-name" -> null
      - min_ports_per_vm                    = 64 -> null
      - name                                = "cloud-nat-vpc-name" -> null
      - nat_ip_allocate_option              = "AUTO_ONLY" -> null
      - nat_ips                             = [] -> null
      - project                             = "[MASKED]" -> null
      - region                              = "europe-west1" -> null
      - router                              = "router-vpc-name" -> null
      - source_subnetwork_ip_ranges_to_nat  = "ALL_SUBNETWORKS_ALL_IP_RANGES" -> null
      - tcp_established_idle_timeout_sec    = 1200 -> null
      - tcp_transitory_idle_timeout_sec     = 30 -> null
      - udp_idle_timeout_sec                = 30 -> null

      - log_config {
          - enable = false -> null
          - filter = "ERRORS_ONLY" -> null
        }
    }

  # google_compute_subnetwork.vpc_subnetwork will be destroyed
  - resource "google_compute_subnetwork" "vpc_subnetwork" {
      - creation_timestamp         = "2022-02-06T06:05:00.598-08:00" -> null
      - gateway_address            = "192.168.100.1" -> null
      - id                         = "projects/[MASKED]/regions/europe-west1/subnetworks/vpc-subnetwork-gke" -> null
      - ip_cidr_range              = "192.168.100.0/24" -> null
      - name                       = "vpc-subnetwork-gke" -> null
      - network                    = "https://www.googleapis.com/compute/v1/projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - private_ip_google_access   = true -> null
      - private_ipv6_google_access = "DISABLE_GOOGLE_ACCESS" -> null
      - project                    = "[MASKED]" -> null
      - purpose                    = "PRIVATE" -> null
      - region                     = "europe-west1" -> null
      - secondary_ip_range         = [
          - {
              - ip_cidr_range = "10.0.0.0/14"
              - range_name    = "pods"
            },
          - {
              - ip_cidr_range = "10.4.0.0/19"
              - range_name    = "services"
            },
        ] -> null
      - self_link                  = "https://www.googleapis.com/compute/v1/projects/[MASKED]/regions/europe-west1/subnetworks/vpc-subnetwork-gke" -> null
      - stack_type                 = "IPV4_ONLY" -> null
    }

  # google_container_cluster.cluster will be destroyed
  - resource "google_container_cluster" "cluster" {
      - cluster_ipv4_cidr           = "10.0.0.0/14" -> null
      - default_max_pods_per_node   = 20 -> null
      - enable_autopilot            = false -> null
      - enable_binary_authorization = false -> null
      - enable_intranode_visibility = false -> null
      - enable_kubernetes_alpha     = false -> null
      - enable_legacy_abac          = false -> null
      - enable_shielded_nodes       = true -> null
      - enable_tpu                  = false -> null
      - endpoint                    = "35.187.17.35" -> null
      - id                          = "projects/[MASKED]/locations/europe-west1/clusters/gke" -> null
      - initial_node_count          = 1 -> null
      - label_fingerprint           = "a9dc16a7" -> null
      - location                    = "europe-west1" -> null
      - logging_service             = "logging.googleapis.com/kubernetes" -> null
      - master_version              = "1.21.6-gke.1500" -> null
      - monitoring_service          = "monitoring.googleapis.com/kubernetes" -> null
      - name                        = "gke" -> null
      - network                     = "projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - networking_mode             = "VPC_NATIVE" -> null
      - node_locations              = [
          - "europe-west1-b",
          - "europe-west1-c",
          - "europe-west1-d",
        ] -> null
      - node_version                = "1.21.6-gke.1500" -> null
      - project                     = "[MASKED]" -> null
      - remove_default_node_pool    = true -> null
      - resource_labels             = {} -> null
      - self_link                   = "https://container.googleapis.com/v1/projects/[MASKED]/locations/europe-west1/clusters/gke" -> null
      - services_ipv4_cidr          = "10.4.0.0/19" -> null
      - subnetwork                  = "projects/[MASKED]/regions/europe-west1/subnetworks/vpc-subnetwork-gke" -> null

      - addons_config {

          - network_policy_config {
              - disabled = true -> null
            }
        }

      - cluster_autoscaling {
          - enabled = false -> null
        }

      - database_encryption {
          - state = "DECRYPTED" -> null
        }

      - default_snat_status {
          - disabled = false -> null
        }

      - ip_allocation_policy {
          - cluster_ipv4_cidr_block       = "10.0.0.0/14" -> null
          - cluster_secondary_range_name  = "pods" -> null
          - services_ipv4_cidr_block      = "10.4.0.0/19" -> null
          - services_secondary_range_name = "services" -> null
        }

      - logging_config {
          - enable_components = [
              - "SYSTEM_COMPONENTS",
              - "WORKLOADS",
            ] -> null
        }

      - master_auth {
          - cluster_ca_certificate = "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVMRENDQXBTZ0F3SUJBZ0lRRVQ0SWd2aFRaT1llaEJpclNDYWQ3ekFOQmdrcWhraUc5dzBCQVFzRkFEQXYKTVMwd0t3WURWUVFERXlSbVltTmpaV1V3TXkxak5EQXhMVFEyT0RJdFltVTFNeTFqWkdJM01qSXlaR1UwTUdNdwpJQmNOTWpJd01qQTJNVE13TlRVeldoZ1BNakExTWpBeE16QXhOREExTlROYU1DOHhMVEFyQmdOVkJBTVRKR1ppClkyTmxaVEF6TFdNME1ERXRORFk0TWkxaVpUVXpMV05rWWpjeU1qSmtaVFF3WXpDQ0FhSXdEUVlKS29aSWh2Y04KQVFFQkJRQURnZ0dQQURDQ0FZb0NnZ0dCQUxKU0FvdEUwN1JLaFhpalgzWWFWdkFvTngvdW1QWVpCTnZSUmx4VAo5RWZLZWdYemtNVGNrYytrU0FNZkxiWFFBd2Jkb3FCME5SZExBVFRjY2tlQlVyWEpOc0pMZnFKcU56ZmdZS3UvCktsbGp1Tkc0RjFKd3dWcDM1OHArZUVwWXE3aUt6QXYwaTRSR0tpM0xYMWFCMTUzL1VRYkd0dlpEdFNzVkpzcFkKWDdjUlRsTzhqTy9YQ1FWdjZkR1lvYnhLT0diT0V0cFBVTFhiVmhOZ0hOYjhVUjZoZTFtTCtVY2lvcEdkWHp2RgpONEIyZk1rUGJNUlZtbWYwYVo4VGdZMWxXWEtBcVBHSUNMNDN2QVlxZEtUVXFpKzNrby93c244NzZqNHphRTRuCkpacWdISnF3OUx5UWJVZzJNMUg5aTVIUDMvK2I3N05PWUxITVFQeFJFSEFyRXEvNlpzWXpUU2Z0cDZNbHllQXgKdXFTN3pLTTJodlFVL04yOStKR1BhWEEvRVZXdzU4RGxPcGVDaGxINjNzdlZ6NTg3eVFmd0R3UW5uYUNXdTdONgpWK2Q4R1p5NktjNi9PR2ZCbnJtZGl0Yk83N1pURG5KSmNWKzF6N29HSWRHT25RQnNiQStYaHFackFJUnVIRGZXCnZVTksrWmd5OUFGdEVkWmpjc3ZNL3ZCbXV3SURBUUFCbzBJd1FEQU9CZ05WSFE4QkFmOEVCQU1DQWdRd0R3WUQKVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVRV003MWhvSUl3TFR2RkIwL0tpakU2U1hseUl3RFFZSgpLb1pJaHZjTkFRRUxCUUFEZ2dHQkFEWEhIK3d2NGo1NU5GV0lyQkU0bCtVWTdaaDR4MFc4bk5YTitVMENtUXlNCmE3UnAwUGQySGUyQm1RVXh0RWNrMjFKR2puaVMramp0RC95QjJTR3EyQ2d5b3lhTmNVOTYyVWFDSW1CSFg0WHYKN3UxMHZlanZ3NDdJTlZ5Y000MWI3VjAwMFNoYWk4SUptQkNYN1NjRVlPWEtaWmdLWnNGVmpKa1FDYUgzdk50eAo4cnd4RithT1VSdkJVOWJyeGIzdWlwOS9tNlBvb1I4ZzFxTEN4WEpzdXk5dS9tMnpUbkVyemlXb2pPRmpJTmpPCmVjSUYwYnJEcGdJMHh6dDhBbk9vL2s0M3FPOHFEUEFWNkFQZDZSWnZuV2xBcWx0ak9BSTlWVW5uKzNYcDRBM2EKM3IrK2dKMEhYREtVV0V3Vzdra2kra2J3YzJZbWlRTUlIN00wdGhlTjROT01EY3VvYmxRY2NwYWhManptbklPNgpvWjZIc3VCYjh2azBvejd6UTVLcVBRRWtZTzJIeEl5aTZLSDIxTGNJeW9sN2hadzNQaC83MUQ2UUd0V0xta1oyCml1dlJzWGtZVGg3VFA3a3pRSUxGVzZ2dkM4Y0ZvMDlXYTVxYzhpKzFMQ25GUTFaVXVaenQybTljOTUrTnJNWWoKUHZBbmFtNGRLU0V1R3VPVVp5MjdoUT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K" -> null

          - client_certificate_config {
              - issue_client_certificate = false -> null
            }
        }

      - monitoring_config {
          - enable_components = [
              - "SYSTEM_COMPONENTS",
            ] -> null
        }

      - network_policy {
          - enabled  = false -> null
          - provider = "PROVIDER_UNSPECIFIED" -> null
        }

      - node_config {
          - disk_size_gb      = 50 -> null
          - disk_type         = "pd-ssd" -> null
          - guest_accelerator = [] -> null
          - image_type        = "COS" -> null
          - labels            = {
              - "cputype"     = "e2"
              - "disktype"    = "ssd"
              - "preemptible" = "true"
            } -> null
          - local_ssd_count   = 0 -> null
          - machine_type      = "e2-custom-6-6144" -> null
          - metadata          = {
              - "disable-legacy-endpoints" = "true"
            } -> null
          - oauth_scopes      = [
              - "https://www.googleapis.com/auth/cloud-platform",
            ] -> null
          - preemptible       = true -> null
          - service_account   = "default" -> null
          - tags              = [] -> null
          - taint             = [] -> null

          - shielded_instance_config {
              - enable_integrity_monitoring = true -> null
              - enable_secure_boot          = false -> null
            }

          - workload_metadata_config {
              - mode = "GKE_METADATA" -> null
            }
        }

      - node_pool {
          - initial_node_count          = 1 -> null
          - instance_group_urls         = [
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-b/instanceGroupManagers/gke-gke-gke-preemptible-nodes-dd3e8be6-grp",
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-d/instanceGroupManagers/gke-gke-gke-preemptible-nodes-7b46a7f4-grp",
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-c/instanceGroupManagers/gke-gke-gke-preemptible-nodes-33efddf2-grp",
            ] -> null
          - managed_instance_group_urls = [
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-b/instanceGroups/gke-gke-gke-preemptible-nodes-dd3e8be6-grp",
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-d/instanceGroups/gke-gke-gke-preemptible-nodes-7b46a7f4-grp",
              - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-c/instanceGroups/gke-gke-gke-preemptible-nodes-33efddf2-grp",
            ] -> null
          - max_pods_per_node           = 20 -> null
          - name                        = "gke-preemptible-nodes" -> null
          - node_count                  = 1 -> null
          - node_locations              = [
              - "europe-west1-b",
              - "europe-west1-c",
              - "europe-west1-d",
            ] -> null
          - version                     = "1.21.6-gke.1500" -> null

          - management {
              - auto_repair  = true -> null
              - auto_upgrade = true -> null
            }

          - node_config {
              - disk_size_gb      = 50 -> null
              - disk_type         = "pd-ssd" -> null
              - guest_accelerator = [] -> null
              - image_type        = "COS" -> null
              - labels            = {
                  - "cputype"     = "e2"
                  - "disktype"    = "ssd"
                  - "preemptible" = "true"
                } -> null
              - local_ssd_count   = 0 -> null
              - machine_type      = "e2-custom-6-6144" -> null
              - metadata          = {
                  - "disable-legacy-endpoints" = "true"
                } -> null
              - oauth_scopes      = [
                  - "https://www.googleapis.com/auth/cloud-platform",
                ] -> null
              - preemptible       = true -> null
              - service_account   = "default" -> null
              - tags              = [] -> null
              - taint             = [] -> null

              - shielded_instance_config {
                  - enable_integrity_monitoring = true -> null
                  - enable_secure_boot          = false -> null
                }

              - workload_metadata_config {
                  - mode = "GKE_METADATA" -> null
                }
            }

          - upgrade_settings {
              - max_surge       = 1 -> null
              - max_unavailable = 0 -> null
            }
        }

      - private_cluster_config {
          - enable_private_endpoint = false -> null
          - enable_private_nodes    = true -> null
          - master_ipv4_cidr_block  = "172.16.0.0/28" -> null
          - peering_name            = "gke-nf86abc6d04cb3861cc4-3ad4-758c-peer" -> null
          - private_endpoint        = "172.16.0.2" -> null
          - public_endpoint         = "35.187.17.35" -> null

          - master_global_access_config {
              - enabled = false -> null
            }
        }

      - release_channel {
          - channel = "REGULAR" -> null
        }

      - workload_identity_config {
          - workload_pool = "[MASKED].svc.id.goog" -> null
        }
    }

  # google_container_node_pool.node_pool will be destroyed
  - resource "google_container_node_pool" "node_pool" {
      - cluster                     = "gke" -> null
      - id                          = "projects/[MASKED]/locations/europe-west1/clusters/gke/nodePools/gke-preemptible-nodes" -> null
      - initial_node_count          = 1 -> null
      - instance_group_urls         = [
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-b/instanceGroupManagers/gke-gke-gke-preemptible-nodes-dd3e8be6-grp",
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-d/instanceGroupManagers/gke-gke-gke-preemptible-nodes-7b46a7f4-grp",
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-c/instanceGroupManagers/gke-gke-gke-preemptible-nodes-33efddf2-grp",
        ] -> null
      - location                    = "europe-west1" -> null
      - managed_instance_group_urls = [
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-b/instanceGroups/gke-gke-gke-preemptible-nodes-dd3e8be6-grp",
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-d/instanceGroups/gke-gke-gke-preemptible-nodes-7b46a7f4-grp",
          - "https://www.googleapis.com/compute/v1/projects/[MASKED]/zones/europe-west1-c/instanceGroups/gke-gke-gke-preemptible-nodes-33efddf2-grp",
        ] -> null
      - max_pods_per_node           = 20 -> null
      - name                        = "gke-preemptible-nodes" -> null
      - node_count                  = 1 -> null
      - node_locations              = [
          - "europe-west1-b",
          - "europe-west1-c",
          - "europe-west1-d",
        ] -> null
      - project                     = "[MASKED]" -> null
      - version                     = "1.21.6-gke.1500" -> null

      - management {
          - auto_repair  = true -> null
          - auto_upgrade = true -> null
        }

      - node_config {
          - disk_size_gb      = 50 -> null
          - disk_type         = "pd-ssd" -> null
          - guest_accelerator = [] -> null
          - image_type        = "COS" -> null
          - labels            = {
              - "cputype"     = "e2"
              - "disktype"    = "ssd"
              - "preemptible" = "true"
            } -> null
          - local_ssd_count   = 0 -> null
          - machine_type      = "e2-custom-6-6144" -> null
          - metadata          = {
              - "disable-legacy-endpoints" = "true"
            } -> null
          - oauth_scopes      = [
              - "https://www.googleapis.com/auth/cloud-platform",
            ] -> null
          - preemptible       = true -> null
          - service_account   = "default" -> null
          - tags              = [] -> null
          - taint             = [] -> null

          - shielded_instance_config {
              - enable_integrity_monitoring = true -> null
              - enable_secure_boot          = false -> null
            }

          - workload_metadata_config {
              - mode = "GKE_METADATA" -> null
            }
        }

      - upgrade_settings {
          - max_surge       = 1 -> null
          - max_unavailable = 0 -> null
        }
    }

  # google_service_networking_connection.vpc_private_vpc_connection will be destroyed
  - resource "google_service_networking_connection" "vpc_private_vpc_connection" {
      - id                      = "projects%2F[MASKED]%2Fglobal%2Fnetworks%2Fvpc-network-gke:servicenetworking.googleapis.com" -> null
      - network                 = "projects/[MASKED]/global/networks/vpc-network-gke" -> null
      - peering                 = "servicenetworking-googleapis-com" -> null
      - reserved_peering_ranges = [
          - "vpc-private-ip-gke",
        ] -> null
      - service                 = "servicenetworking.googleapis.com" -> null
    }

Plan: 0 to add, 0 to change, 12 to destroy.
google_service_networking_connection.vpc_private_vpc_connection: Destroying... [id=projects%2F[MASKED]%2Fglobal%2Fnetworks%2Fvpc-network-gke:servicenetworking.googleapis.com]
google_compute_global_address.static_ip: Destroying... [id=projects/[MASKED]/global/addresses/gke-frontend]
google_compute_firewall.fw_https: Destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-https]
google_compute_router_nat.cloud_nat: Destroying... [id=[MASKED]/europe-west1/router-vpc-name/cloud-nat-vpc-name]
google_container_node_pool.node_pool: Destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke/nodePools/gke-preemptible-nodes]
google_compute_firewall.allow_from_iap_to_instances: Destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap]
google_compute_firewall.fw_http: Destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-http]
google_compute_global_address.static_ip: Still destroying... [id=projects/[MASKED]/global/addresses/gke-frontend, 10s elapsed]
google_service_networking_connection.vpc_private_vpc_connection: Still destroying... [id=projects%2F[MASKED]%2Fgloba...k-gke:servicenetworking.googleapis.com, 10s elapsed]
google_compute_router_nat.cloud_nat: Still destroying... [id=[MASKED]/europe-west1/router-vpc-name/cloud-nat-vpc-name, 10s elapsed]
google_compute_firewall.fw_https: Still destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-https, 10s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 10s elapsed]
google_compute_firewall.fw_http: Still destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-http, 10s elapsed]
google_compute_firewall.allow_from_iap_to_instances: Still destroying... [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap, 10s elapsed]
google_compute_global_address.static_ip: Destruction complete after 11s
google_compute_firewall.allow_from_iap_to_instances: Destruction complete after 11s
google_compute_firewall.fw_https: Destruction complete after 11s
google_compute_firewall.fw_http: Destruction complete after 11s
google_compute_router_nat.cloud_nat: Destruction complete after 12s
google_compute_router.router: Destroying... [id=projects/[MASKED]/regions/europe-west1/routers/router-vpc-name]
google_service_networking_connection.vpc_private_vpc_connection: Still destroying... [id=projects%2F[MASKED]%2Fgloba...k-gke:servicenetworking.googleapis.com, 20s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 20s elapsed]
google_compute_router.router: Still destroying... [id=projects/[MASKED]/regions/europe-west1/routers/router-vpc-name, 10s elapsed]
google_service_networking_connection.vpc_private_vpc_connection: Destruction complete after 22s
google_compute_global_address.vpc_private_ip_address: Destroying... [id=projects/[MASKED]/global/addresses/vpc-private-ip-gke]
google_compute_router.router: Destruction complete after 11s
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 30s elapsed]
google_compute_global_address.vpc_private_ip_address: Still destroying... [id=projects/[MASKED]/global/addresses/vpc-private-ip-gke, 10s elapsed]
google_compute_global_address.vpc_private_ip_address: Destruction complete after 11s
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 40s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 50s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m0s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m10s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m20s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m30s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m40s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 1m50s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m0s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m10s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m20s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m30s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m40s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 2m50s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 3m0s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 3m10s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 3m20s elapsed]
google_container_node_pool.node_pool: Still destroying... [id=projects/[MASKED]/locations...rs/gke/nodePools/gke-preemptible-nodes, 3m30s elapsed]
google_container_node_pool.node_pool: Destruction complete after 3m31s
google_container_cluster.cluster: Destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 10s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 20s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 30s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 40s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 50s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m0s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m10s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m20s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m30s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m40s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 1m50s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m0s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m10s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m20s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m30s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m40s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 2m50s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m0s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m10s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m20s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m30s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m40s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 3m50s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 4m0s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 4m10s elapsed]
google_container_cluster.cluster: Still destroying... [id=projects/[MASKED]/locations/europe-west1/clusters/gke, 4m20s elapsed]
google_container_cluster.cluster: Destruction complete after 4m21s
google_compute_subnetwork.vpc_subnetwork: Destroying... [id=projects/[MASKED]/regions/europe-west1/subnetworks/vpc-subnetwork-gke]
google_compute_subnetwork.vpc_subnetwork: Still destroying... [id=projects/[MASKED]/regions/e...e-west1/subnetworks/vpc-subnetwork-gke, 10s elapsed]
google_compute_subnetwork.vpc_subnetwork: Still destroying... [id=projects/[MASKED]/regions/e...e-west1/subnetworks/vpc-subnetwork-gke, 20s elapsed]
google_compute_subnetwork.vpc_subnetwork: Still destroying... [id=projects/[MASKED]/regions/e...e-west1/subnetworks/vpc-subnetwork-gke, 30s elapsed]
google_compute_subnetwork.vpc_subnetwork: Still destroying... [id=projects/[MASKED]/regions/e...e-west1/subnetworks/vpc-subnetwork-gke, 40s elapsed]
google_compute_subnetwork.vpc_subnetwork: Destruction complete after 43s
google_compute_network.vpc_network: Destroying... [id=projects/[MASKED]/global/networks/vpc-network-gke]
google_compute_network.vpc_network: Still destroying... [id=projects/[MASKED]/global/networks/vpc-network-gke, 10s elapsed]
google_compute_network.vpc_network: Still destroying... [id=projects/[MASKED]/global/networks/vpc-network-gke, 20s elapsed]
google_compute_network.vpc_network: Destruction complete after 21s

Destroy complete! Resources: 12 destroyed.
section_end:1644158276:step_script
section_start:1644158276:archive_cache
Saving cache for successful job
Creating cache elastic...
/builds/bejean-developpement/infraascode/elasticcloudwithgcp/manifests/elastic/.terraform: found 12 matching files and directories 
Archive is up to date!                             
Created cache
Creating cache gke...
/builds/bejean-developpement/infraascode/elasticcloudwithgcp/manifests/gke/.terraform: found 9 matching files and directories 
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1644158280:archive_cache
section_start:1644158280:cleanup_file_variables
Cleaning up file based variables
section_end:1644158281:cleanup_file_variables
Job succeeded