Skip to content

Instantly share code, notes, and snippets.

@rogerwelin
Created March 18, 2019 19:48
Show Gist options
  • Select an option

  • Save rogerwelin/f310c619cdf643bd63e7d102ebd0e86f to your computer and use it in GitHub Desktop.

Select an option

Save rogerwelin/f310c619cdf643bd63e7d102ebd0e86f to your computer and use it in GitHub Desktop.
variable "region" {
default = "us-east-1"
}
variable "website_bucket" {
default = "weather-api-website1"
}
variable "artifact_bucket" {
default = "12345-artifact-bucket"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment