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

Fix create timeout of aws_route to 10min #1

Merged
merged 1 commit into from
May 15, 2020

Conversation

tei-k
Copy link

@tei-k tei-k commented May 15, 2020

Description

https://scalar-labs.atlassian.net/browse/DLT-5979

2020-05-14T00:23:30.8335285Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121: Error: Unable to find matching route for Route Table (rtb-0d5cc8cacd6039bb8) and destination CIDR block (0.0.0.0/0).
2020-05-14T00:23:30.8335966Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121: 
2020-05-14T00:23:30.8337158Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121:   on .terraform/modules/network.vpc/terraform-aws-vpc-2.33.0/main.tf line 128, in resource "aws_route" "public_internet_gateway":
2020-05-14T00:23:30.8337888Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121:  128: resource "aws_route" "public_internet_gateway" {
2020-05-14T00:23:30.8338766Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121: 
2020-05-14T00:23:30.8339322Z TestEndToEnd 2020-05-14T00:23:30Z command.go:121: 
2020-05-14T00:23:30.8401934Z TestEndToEnd 2020-05-14T00:23:30Z retry.go:77: Returning due to fatal error: FatalError{Underlying: exit status 1}

Done

Fix timeout to 10min.

Refs

hashicorp/terraform-provider-aws#13138

@tei-k tei-k requested review from ymorimo and feeblefakie May 15, 2020 02:38
@tei-k tei-k self-assigned this May 15, 2020
@tei-k tei-k changed the title Fix aws_route timeout to 10min Fix create timeout of aws_route to 10min May 15, 2020
Copy link

@ymorimo ymorimo left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM !

@feeblefakie feeblefakie merged commit 32c0802 into master May 15, 2020
@feeblefakie feeblefakie deleted the fix-aws-route-timeout-to-10min branch May 15, 2020 08:28
@yossigilad
Copy link

HI, How can I use this fix in my terraform?

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.

4 participants