QuestionQ86
Terraform configurationThe Terraform configuration displayed in the Exhibit space on this page will create a new AWS instance.
data "aws_instance" "web" \{
filter \{
name = "tag:Name"
values = ["web"]
\}
\}
- A True
- B False
Community Discussion