Question 22 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question 22 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question

You have recently been asked to take over management of your company's infrastructure provisioning efforts, utilizing Terraform v0.12 to provision and manage infrastructure resources in Oracle Cloud Infrastructure (OCI)

For the past few days the development environments have been failing to provision.

Terraform returns the following error:

Error: Missing item separator

on ven_peer_lab.tf line 15, in resource “oci_core_security list” “ManagementSecurityList”:
15: tcp_options {min “22”, max “22"7

Expected a comma to mark the beginning of the next item.

You locate the related code block in the Terraform config and find the following:

(11) ingress_security_rules {

(12) protocol = 6
(13) source = “0.0.0.0/0”

(14)

(1s) tep_options = [min = “22”, max = “22”]

(16) }

Which correction should you make to solve this issue? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.