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

Azure Application Gateway #357

Closed
wants to merge 19 commits into from
Closed

Conversation

isaacsgi
Copy link

No description provided.

Copy link
Member

@mbfrahry mbfrahry left a comment

Choose a reason for hiding this comment

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

Hey @isaacsgi, this looks really good. I just have one change and a minor nitpick.

return errwrap.Wrapf("Error parsing ApplicationGateway ID {{err}}", err)
}

ApplicationGateway, exists, err := retrieveApplicationGatewayById(d.Id(), meta)
Copy link
Member

Choose a reason for hiding this comment

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

Thoughts on applicationGateway instead of ApplicationGateway? We should try and keep variable names as consistent as possible.




## Import
Copy link
Member

@mbfrahry mbfrahry Oct 10, 2017

Choose a reason for hiding this comment

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

It doesn't look like we are importing this resource. Do you mind adding

Importer: &schema.ResourceImporter{
  State: schema.ImportStatePassthrough,
},

to the resource schema and writing an import test?

@sebastus
Copy link
Contributor

sebastus commented Oct 11, 2017

I created #413 based on my fork, updated to match main fork, and added all of @isaacsgi 's hard work on this PR plus responses to @mbfrahry feedback. Suggest we close #357.

@tombuildsstuff
Copy link
Contributor

Closing this in favour of #413 at @sebastus's request

@ghost
Copy link

ghost commented Apr 1, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 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.

5 participants