Skip to content

Instantly share code, notes, and snippets.

View jesamkim's full-sized avatar
💭
I may be slow to respond.

Jesam Kim jesamkim

💭
I may be slow to respond.
  • Amazon Web Services
  • Seoul
View GitHub Profile
@lucassrg
lucassrg / instance.tf
Created October 19, 2017 21:49
Terraform Instance count for OCI provider
#OCI Environment variables
variable "tenancy_ocid" {}
variable "user_ocid" {}
variable "fingerprint" {}
variable "compartment_ocid" {}
variable "region" {}
variable "ssh_public_key_path" {}
variable "ssh_private_key_path" {}
variable "availability_domain" {}
variable "instance_shape" {}