Solved

Examine the Following Terraform Configuration, Which Uses the Data Source

Question 20

Multiple Choice

Examine the following Terraform configuration, which uses the data source for an AWS AMI. What value should you enter for the ami argument in the AWS instance resource? Examine the following Terraform configuration, which uses the data source for an AWS AMI. What value should you enter for the ami argument in the AWS instance resource?   A)  aws_ami.ubuntu B)  data.aws_ami.ubuntu C)  data.aws_ami.ubuntu.id D)  aws_ami.ubuntu.id


A) aws_ami.ubuntu
B) data.aws_ami.ubuntu
C) data.aws_ami.ubuntu.id
D) aws_ami.ubuntu.id

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions