Hi All,
I completed the task using Terraform, but the validation still fails with the error:
“Resources have not been created using ‘Terraform’”
Here are the steps I followed:
- Created
main.tf
with the required configuration. - Ran
terraform init
andterraform apply -auto-approve
. - Terraform output confirmed the resource was created:
4.Verified withterraform state list
– resource is present.
Screenshot attached for reference. Anyone can help on this?