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

Handle TLS Whitespace #264

Merged
merged 9 commits into from
Jun 19, 2020
Merged

Handle TLS Whitespace #264

merged 9 commits into from
Jun 19, 2020

Conversation

mccurdyc
Copy link
Collaborator

@mccurdyc mccurdyc commented Jun 17, 2020

Proposed Change(s)

Validation

export FASTLY_API_KEY="foo"; export TF_ACC=1; make testacc

@ghost ghost added the size/XXL label Jun 17, 2020
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

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

Couple of comments/questions:

  • I can see go-cmp and terraform-plugin-sdk being updated in the vendor files, however am confused as to why aws-sdk-go has changed - is it a transient dep of one of those? Not an issue now, but its easier if vendoring is self contained to a single commit to make it easier for reviewers.
  • I like the StateFunc approach to this and am now left thinking we should apply this to all logging endpoints that accept certs and our backend TLS fields too. Thoughts?

@ghost ghost added size/L and removed size/XXL labels Jun 18, 2020
@mccurdyc mccurdyc requested a review from phamann June 18, 2020 17:48
@mccurdyc
Copy link
Collaborator Author

mccurdyc commented Jun 18, 2020

I like the StateFunc approach to this and am now left thinking we should apply this to all logging endpoints that accept certs and our backend TLS fields too. Thoughts?

Absolutely! I will work on a commits that do this.

@ghost ghost added size/M and removed size/L labels Jun 19, 2020
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@phamann phamann merged commit 4cd89dd into fastly:master Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants