Question 9 in terraform lab provider is like this…
Create a new configuration file within the same directory called xbox.tf
. This file should make use of the same local_file
resource type with the below requirements:
Resource Name: xbox
filename: /root/xbox.txt
content: Wouldn't mind an XBox either!
Once the configuration file has been created, use the terraform workflow to create this resource.
I create the config file xbox.tf at /root/terraform-projects/christmas-wishlist/ .
on this path … i run terraform init then plan and then apply . All goes smoothly. but when i clicked on button “CHeck” it shows task not completed. while i can see resource is created , no error encountered in running workflow , then where is the problem, COuld some one plese help me to understand this.