Skip to content

Instantly share code, notes, and snippets.

View anjana-j's full-sized avatar

Anjana Jayaweera anjana-j

View GitHub Profile
@anjana-j
anjana-j / gke.tf
Created December 4, 2023 06:11
GKE Auto Pilot
data "google_container_engine_versions" "gke_version" {
location = var.region #australia-southeast1
version_prefix = var.gke_version_prefix #1.27.
}
resource "google_container_cluster" "default" {
name = var.gke_cluster_name
description = var.gke_cluster_desc
project = var.project_id
@anjana-j
anjana-j / all-about-NFT.md
Last active April 23, 2021 10:52
All about NFT
We couldn’t find that file to show.
@anjana-j
anjana-j / blockchain-resources.md
Last active April 19, 2021 04:44
Blockchain Resources to get Started