Generate GITHUB ACCESS Token

Write Providers.tf
terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 4.0"
}
}
}
# Configure the GitHub Provider
provider "github" {
token = "XXXXXXXXXXX"
owner = "devopsschool-demo-temporary"
}
Code language: PHP (php)
Write Resources-github.tf
resource "github_repository" "github-repo-1" {
name = "terraform-demo-1"
description = "My awesome codebase"
visibility = "public"
}
Code language: JavaScript (javascript)
Run Following Commands
$ terraform init
- Download Providers & Modules
$ terraform validate
- Validate .tf profile
$ terraform plan
- DRY RUN
$ terraform apply
- Create a resources &&& store a resonse IN STATE file(json)
$ terraform destroy
- Destroy a resources using STATE file(json)
I’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms.
I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.
Find Trusted Cardiac Hospitals
Compare heart hospitals by city and services — all in one place.
Explore Hospitals