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

Add tls_ca configuration option to MongoDb #989

Closed
wants to merge 2 commits into from

Conversation

dandandy
Copy link

@dandandy dandandy commented Mar 5, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #822

Release note for CHANGELOG:

Adds a tls_ca configuration option to MongoDb

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run=TestAccXXX -timeout 120m
?       github.com/hashicorp/terraform-provider-vault   [no test files]
?       github.com/hashicorp/terraform-provider-vault/cmd/coverage      [no test files]
?       github.com/hashicorp/terraform-provider-vault/cmd/generate      [no test files]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/codegen   0.166s [no tests to run]
?       github.com/hashicorp/terraform-provider-vault/generated [no test files]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/datasources/transform/decode    61.796s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/datasources/transform/encode    61.723s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/resources/transform/alphabet    61.994s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/resources/transform/role        62.038s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/resources/transform/template    61.792s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/generated/resources/transform/transformation      60.712s [no tests to run]
?       github.com/hashicorp/terraform-provider-vault/schema    [no test files]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/util      0.483s [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-vault/vault     60.329s [no tests to run]
...

@ghost ghost added the size/M label Mar 5, 2021
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 5, 2021

CLA assistant check
All committers have signed the CLA.

@ghost ghost added the documentation label Mar 5, 2021
@jasonodonnell
Copy link
Contributor

Hi @dandandy, this looks good to me but we're waiting on the CLA to be signed. Are you able to do so?

@dandandy
Copy link
Author

Hi @jasonodonnell , when I click on the CLA link it says I have already signed it. Is there something I can do to agree to it again?

@dandandy
Copy link
Author

Hi @jasonodonnell , when I click on the CLA link it says I have already signed it. Is there something I can do to agree to it again?

I just realised I used the wrong email address in the commit. Let me fix this up

@dandandy
Copy link
Author

Hi @jasonodonnell , it should say I have signed the CLA now!

@dandandy dandandy closed this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants