Skip to content

Instantly share code, notes, and snippets.

View the-incident-guy's full-sized avatar
🎯
Focusing

Ankit Mehta the-incident-guy

🎯
Focusing
View GitHub Profile
@the-incident-guy
the-incident-guy / List of OSS buckets
Last active October 15, 2021 11:38
Steampipe Alibaba Cloud
select
name,
arn,
region,
account_id,
versioning
from
alicloud_oss_bucket
@the-incident-guy
the-incident-guy / provider.tf
Last active March 10, 2022 07:08
Terraform-CloudFlare-Workers
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "3.9.0"
}
}
}
@the-incident-guy
the-incident-guy / velero-prereq.yaml
Created September 14, 2022 11:01
velero-prereq
AWSTemplateFormatVersion: "2010-09-09"
Description: Velero Prerequisites
Parameters:
paramBucketName:
Type: String
Description: Provide Bucket Name
Resources:
VeleroBucket:
Type: 'AWS::S3::Bucket'
Properties: