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.
- A. “${azurerm_resource_group.example.name}-vnet”
- B. join(“-”,var.resource_group_name,“vnet”)
- C. concat(data.azurerm_resource_group.example.name, “-”, “vnet”)
- 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.