Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Created March 16, 2017 20:08
Show Gist options
  • Save coryodaniel/79f7cbbbab64e833b7f8e9e204deb2e8 to your computer and use it in GitHub Desktop.
Save coryodaniel/79f7cbbbab64e833b7f8e9e204deb2e8 to your computer and use it in GitHub Desktop.
resource "aws_api_gateway_deployment" "instance" {
rest_api_id = "${var.rest_api_id}"
stage_name = "${var.stage_name}"
variables {
deployed_at = "${var.deployed_at}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment