Skip to content

Instantly share code, notes, and snippets.

View ankyit's full-sized avatar
🎯
Focusing

Ankit Mehta ankyit

🎯
Focusing
View GitHub Profile
@ankyit
ankyit / 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
@ankyit
ankyit / provider.tf
Last active March 10, 2022 07:08
Terraform-CloudFlare-Workers
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "3.9.0"
}
}
}
@ankyit
ankyit / 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: