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
@jesamkim
jesamkim / instance.tf
Created September 17, 2018 03:55 — forked from lucassrg/instance.tf
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" {}