Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomelliff/96c5480854776f08bff6638d20dfdc30 to your computer and use it in GitHub Desktop.
Save tomelliff/96c5480854776f08bff6638d20dfdc30 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 = "${timestamp()}"
}
}
@SerenityInAllThings
Copy link

Good workaround. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment