Question 32 of 32 from exam 300-910-DEVOPS: Implementing DevOps Solutions and Practices using Cisco Platforms

Question 32 of 32 from exam 300-910-DEVOPS: Implementing DevOps Solutions and Practices using Cisco Platforms

Question

DRAG DROP - Drag and drop the commands from the bottom onto the correct Terraform code in the exhibit to push a network object to a Cisco ASA Firewall device.

Select and Place:

Answer Area

“ciscoasa” {

api_url https://10.1.1.1”
username ‘admin”
password = “cisco”
ssi_no_veri

“ciscoasa_network_object” “ipv4host” {

name = “devops_host”
value = “10.2.3.4”

task role

provider module

firewall resource

Explanations

Answer Area

provider “ciscoasa” {

api_url https://10.1.1.1”
username ‘admin”
password = “cisco”
ssi_no_veri

resource |“ciscoasa_network_object” “ipv4host” {

name = “devops_host”
value = “10.2.3.4”

}

task role

provider module

firewall resource