Resources: Terraform Apply Yourself!

Alright, it's time for you to get your hands dirty. In the Terraform Apply Yourself lesson, it's time to code some Terraform yourself. Go ahead and create a new github_repository_file resource, add the file to the repository, use the main branch, call the file index.html, set overwrite on create to true, and set the content to whatever you want. Hello, Terraform is fine. I know it's an HTML file, but don't bother with the full HTML syntax right now.

Complete and Continue