CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 38: Terraform Associate 004: HashiCorp Certified: Terraform Associate (004)

The Exhibit section of this page shows part of a configuration you’ve been asked to update. data “azurerm_resource_group” “example” { name = var.resource_group_name}resource “azurerm_virtual_network” “example” {name = ____________________}The name of the Azure Virtual Network should be set to the name of the resource…

Nội dung câu hỏi

The Exhibit section of this page shows part of a configuration you’ve been asked to update. data “azurerm_resource_group” “example” { name = var.resource_group_name}resource “azurerm_virtual_network” “example” {name = ____________________}The name of the Azure Virtual Network should be set to the name of the resource group followed by a dash and the word “vnet”.Which expression fulfills this requirement?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. “${azurerm_resource_group.example.name}-vnet”
  2. B. join(“-”,var.resource_group_name,“vnet”)
  3. C. concat(data.azurerm_resource_group.example.name, “-”, “vnet”)
  4. D. “${data.azurerm_resource_group.example.name}-vnet” — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề