Automating the Deployment of Infrastructure Using Terraform Reviews

250483 reviews

Qwik labs not opening

Chiru Kalyan B. · Reviewed over 2 years ago

sudeep k. · Reviewed over 2 years ago

Kristine Lei M. · Reviewed over 2 years ago

Brayan M. · Reviewed over 2 years ago

Priyesh Z. · Reviewed over 2 years ago

ok

Advithiya A. · Reviewed over 2 years ago

Kanugo B. · Reviewed over 2 years ago

Completed byt status not updated - student_02_fd5271d031c1@cloudshell:~/tfinfra (qwiklabs-gcp-00-488048118382)$ terraform apply Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # google_compute_firewall.mynetwork-allow-http-ssh-rdp-icmp will be created + resource "google_compute_firewall" "mynetwork-allow-http-ssh-rdp-icmp" { + creation_timestamp = (known after apply) + destination_ranges = (known after apply) + direction = (known after apply) + enable_logging = (known after apply) + id = (known after apply) + name = "mynetwork-allow-http-ssh-rdp-icmp" + network = (known after apply) + priority = 1000 + project = "qwiklabs-gcp-00-488048118382" + self_link = (known after apply) + source_ranges = [ + "0.0.0.0/0", ] + allow { + ports = [ + "22", + "80", + "3389", ] + protocol = "tcp" } + allow { + ports = [] + protocol = "icmp" } } # google_compute_network.mynetwork will be created + resource "google_compute_network" "mynetwork" { + auto_create_subnetworks = true + delete_default_routes_on_create = false + gateway_ipv4 = (known after apply) + id = (known after apply) + internal_ipv6_range = (known after apply) + mtu = (known after apply) + name = "my-network" + network_firewall_policy_enforcement_order = "AFTER_CLASSIC_FIREWALL" + numeric_id = (known after apply) + project = "qwiklabs-gcp-00-488048118382" + routing_mode = (known after apply) + self_link = (known after apply) } # module.mynet-eu-vm.google_compute_instance.vm_instance will be created + resource "google_compute_instance" "vm_instance" { + can_ip_forward = false + cpu_platform = (known after apply) + current_status = (known after apply) + deletion_protection = false + effective_labels = (known after apply) + guest_accelerator = (known after apply) + id = (known after apply) + instance_id = (known after apply) + label_fingerprint = (known after apply) + machine_type = "e2-micro" + metadata_fingerprint = (known after apply) + min_cpu_platform = (known after apply) + name = "mynet-eu-vm" + project = "qwiklabs-gcp-00-488048118382" + self_link = (known after apply) + tags_fingerprint = (known after apply) + terraform_labels = (known after apply) + zone = "europe-west1-b" + boot_disk { + auto_delete = true + device_name = (known after apply) + disk_encryption_key_sha256 = (known after apply) + kms_key_self_link = (known after apply) + mode = "READ_WRITE" + source = (known after apply) + initialize_params { + image = "debian-cloud/debian-11" + labels = (known after apply) + provisioned_iops = (known after apply) + provisioned_throughput = (known after apply) + size = (known after apply) + type = (known after apply) } } + network_interface { + internal_ipv6_prefix_length = (known after apply) + ipv6_access_type = (known after apply) + ipv6_address = (known after apply) + name = (known after apply) + network = (known after apply) + network_ip = (known after apply) + stack_type = (known after apply) + subnetwork = (known after apply) + subnetwork_project = (known after apply) + access_config { + nat_ip = (known after apply) + network_tier = (known after apply) } } } # module.mynet-us-vm.google_compute_instance.vm_instance will be created + resource "google_compute_instance" "vm_instance" { + can_ip_forward = false + cpu_platform = (known after apply) + current_status = (known after apply) + deletion_protection = false + effective_labels = (known after apply) + guest_accelerator = (known after apply) + id = (known after apply) + instance_id = (known after apply) + label_fingerprint = (known after apply) + machine_type = "e2-micro" + metadata_fingerprint = (known after apply) + min_cpu_platform = (known after apply) + name = "mynet-us-vm" + project = "qwiklabs-gcp-00-488048118382" + self_link = (known after apply) + tags_fingerprint = (known after apply) + terraform_labels = (known after apply) + zone = "us-west1-c" + boot_disk { + auto_delete = true + device_name = (known after apply) + disk_encryption_key_sha256 = (known after apply) + kms_key_self_link = (known after apply) + mode = "READ_WRITE" + source = (known after apply) + initialize_params { + image = "debian-cloud/debian-11" + labels = (known after apply) + provisioned_iops = (known after apply) + provisioned_throughput = (known after apply) + size = (known after apply) + type = (known after apply) } } + network_interface { + internal_ipv6_prefix_length = (known after apply) + ipv6_access_type = (known after apply) + ipv6_address = (known after apply) + name = (known after apply) + network = (known after apply) + network_ip = (known after apply) + stack_type = (known after apply) + subnetwork = (known after apply) + subnetwork_project = (known after apply) + access_config { + nat_ip = (known after apply) + network_tier = (known after apply) } } } Plan: 4 to add, 0 to change, 0 to destroy. Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value: yes google_compute_network.mynetwork: Creating... google_compute_network.mynetwork: Still creating... [10s elapsed] google_compute_network.mynetwork: Still creating... [20s elapsed] google_compute_network.mynetwork: Still creating... [30s elapsed] google_compute_network.mynetwork: Still creating... [40s elapsed] google_compute_network.mynetwork: Creation complete after 43s [id=projects/qwiklabs-gcp-00-488048118382/global/networks/my-network] google_compute_firewall.mynetwork-allow-http-ssh-rdp-icmp: Creating... module.mynet-us-vm.google_compute_instance.vm_instance: Creating... module.mynet-eu-vm.google_compute_instance.vm_instance: Creating... google_compute_firewall.mynetwork-allow-http-ssh-rdp-icmp: Still creating... [10s elapsed] module.mynet-us-vm.google_compute_instance.vm_instance: Still creating... [10s elapsed] module.mynet-eu-vm.google_compute_instance.vm_instance: Still creating... [10s elapsed] google_compute_firewall.mynetwork-allow-http-ssh-rdp-icmp: Creation complete after 12s [id=projects/qwiklabs-gcp-00-488048118382/global/firewalls/mynetwork-allow-http-ssh-rdp-icmp] module.mynet-us-vm.google_compute_instance.vm_instance: Still creating... [20s elapsed] module.mynet-eu-vm.google_compute_instance.vm_instance: Still creating... [20s elapsed] module.mynet-us-vm.google_compute_instance.vm_instance: Creation complete after 20s [id=projects/qwiklabs-gcp-00-488048118382/zones/us-west1-c/instances/mynet-us-vm] module.mynet-eu-vm.google_compute_instance.vm_instance: Creation complete after 25s [id=projects/qwiklabs-gcp-00-488048118382/zones/europe-west1-b/instances/mynet-eu-vm] Apply complete! Resources: 4 added, 0 changed, 0 destroyed.

RAJENDRA PRATAP S. · Reviewed over 2 years ago

Lucas H. · Reviewed over 2 years ago

super

Ramani Vijay Chelvi.C C. · Reviewed over 2 years ago

Arul S. · Reviewed over 2 years ago

Peter H. · Reviewed over 2 years ago

Lachlan F. · Reviewed over 2 years ago

Paul J. · Reviewed over 2 years ago

Adithya T. · Reviewed over 2 years ago

PAVITHRA P. · Reviewed over 2 years ago

Nice

Syarif Hidayat C. · Reviewed over 2 years ago

John-Michael L. · Reviewed over 2 years ago

NIVETHA M N. · Reviewed over 2 years ago

Mario V. · Reviewed over 2 years ago

Dofinita Brice B. · Reviewed over 2 years ago

Farah E. · Reviewed over 2 years ago

Hanane K. · Reviewed over 2 years ago

Yaroslav M. · Reviewed over 2 years ago

Naveen G. · Reviewed over 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.