关于“使用 Terraform 自动部署基础设施”的评价

250486 条评价

HARSHIKA K. · 已于 over 2 years前审核

Akash A. · 已于 over 2 years前审核

RAJENDRA PRATAP S. · 已于 over 2 years前审核

Qwik labs not opening

Chiru Kalyan B. · 已于 over 2 years前审核

sudeep k. · 已于 over 2 years前审核

Kristine Lei M. · 已于 over 2 years前审核

Brayan M. · 已于 over 2 years前审核

Priyesh Z. · 已于 over 2 years前审核

ok

Advithiya A. · 已于 over 2 years前审核

Kanugo B. · 已于 over 2 years前审核

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. · 已于 over 2 years前审核

Lucas H. · 已于 over 2 years前审核

super

Ramani Vijay Chelvi.C C. · 已于 over 2 years前审核

Arul S. · 已于 over 2 years前审核

Peter H. · 已于 over 2 years前审核

Lachlan F. · 已于 over 2 years前审核

Paul J. · 已于 over 2 years前审核

Adithya T. · 已于 over 2 years前审核

PAVITHRA P. · 已于 over 2 years前审核

Nice

Syarif Hidayat C. · 已于 over 2 years前审核

John-Michael L. · 已于 over 2 years前审核

NIVETHA M N. · 已于 over 2 years前审核

Mario V. · 已于 over 2 years前审核

Dofinita Brice B. · 已于 over 2 years前审核

Farah E. · 已于 over 2 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。