Skip to content

Instantly share code, notes, and snippets.

View bachand's full-sized avatar

Michael Bachand bachand

View GitHub Profile
@bachand
bachand / main.tf
Created May 9, 2023 23:45
[Airbnb Tech Blog] Example invocation of Terraform module to create CI environment
module "ios-ci-arm-xcode-14-2" {
source = "../modules/ios-platform"
instance_type = "mac2.metal"
launch_template_version = 23
ami_filter = "ios-ci-xcode_14_2_0-*"
max_num_instances = # redacted
max_num_instances_weekends = # redacted
buildkite_tags = {