Skip to content

Instantly share code, notes, and snippets.

View jonaf's full-sized avatar

Jonathan Fenocchi jonaf

View GitHub Profile
variable "distribution_count" {
description = "Number of distributions to manage"
default = 1
}
variable "environment" {
description = "Environment for which deployed resources are destined"
}
variable "aws_profile" {