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

Adding import for the compute_route resource #14065

Merged
merged 2 commits into from May 4, 2017

Conversation

skalle
Copy link
Contributor

@skalle skalle commented Apr 28, 2017

Chipping away at the resource imports.

Copy link
Contributor

@grubernaut grubernaut left a comment

Choose a reason for hiding this comment

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

Code looks good, couple of minor nits.

Steps: []resource.TestStep{
{
Config: testAccComputeRoute_basic,
}, {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a newline here after the first resource.TestStep object.

},
{

Steps: []resource.TestStep{
{
Config: testAccComputeRoute_defaultInternetGateway,
}, {
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

@grubernaut
Copy link
Contributor

Hi @skalle, thanks for the submission!
Would you be able to comment the test output from running these two acceptance tests?
Also would need to update the documentation for the compute_route resource noting that import functionality exists. Thanks!

@skalle
Copy link
Contributor Author

skalle commented Apr 30, 2017

Hey @grubernaut , thx. for the review.

Sorting out the format and documentation when back to work tomorrow.

@stack72
Copy link
Contributor

stack72 commented May 4, 2017

Hi @skalle / @grubernaut

Just a FYI, I ran the tests a for this and they pass as expected and made the small formatting changes. I have pushed this to master already

% make testacc TEST=./builtin/providers/google TESTARGS='-run=TestAccComputeRoute'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/05/04 19:14:53 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/google -v -run=TestAccComputeRoute -timeout 120m
=== RUN   TestAccComputeRoute_importBasic
--- PASS: TestAccComputeRoute_importBasic (68.36s)
=== RUN   TestAccComputeRoute_importDefaultInternetGateway
--- PASS: TestAccComputeRoute_importDefaultInternetGateway (89.60s)
=== RUN   TestAccComputeRoute_basic
--- PASS: TestAccComputeRoute_basic (80.55s)
=== RUN   TestAccComputeRoute_defaultInternetGateway
--- PASS: TestAccComputeRoute_defaultInternetGateway (84.01s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/google	322.541s

Thanks

Paul

@stack72 stack72 merged commit b88098b into hashicorp:master May 4, 2017
@ghost
Copy link

ghost commented Apr 13, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants