Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow create/delete timeouts for aws_route resource to be specified #95

Merged
merged 2 commits into from
Aug 21, 2020

Conversation

joe-niland
Copy link
Member

what

  • Added variables to allow specifying create/delete timeouts for all aws_route resources created by this module
  • Included these in examples/complete

why

references

@joe-niland joe-niland requested review from a team, Makeshift and RothAndrew and removed request for a team August 21, 2020 00:20
@joe-niland
Copy link
Member Author

/rebuild-readme

@joe-niland joe-niland requested a review from a team as a code owner August 21, 2020 00:22
@joe-niland
Copy link
Member Author

/test all

Comment on lines +92 to 104
variable "aws_route_create_timeout" {
type = string
default = "2m"
description = "Time to wait for AWS route creation specifed as a Go Duration, e.g. `2m`"
}

variable "aws_route_delete_timeout" {
type = string
default = "5m"
description = "Time to wait for AWS route deletion specifed as a Go Duration, e.g. `5m`"
}

variable "private_subnets_additional_tags" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are this AWS defaults?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamengual jamengual merged commit ace20c4 into cloudposse:master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants