You have an existing VPC in your account and have added the data block to your configuration, as shown below. How would you reference the id of the VPC?data "aws_vpc" "production" { tags = { Name = "prod" }}
You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider.You run terraform apply and the VM is created successfully.What will happen if you delete the VM using the cloud provider console, then run terraform applyagain without changing any Terraform code?