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"
}
Write Resources-github.tf
resource "github_repository" "github-repo-1" {
name = "terraform-demo-1"
description = "My awesome codebase"
visibility = "public"
}
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 a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND