-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
cosmos_db_account
- adding support for connection_strings
#1194
cosmos_db_account
- adding support for connection_strings
#1194
Conversation
cosmos_db_account
- adding support for connection_strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @thomastaylor312,
Thank you for opening this PR, it LGTM aside from this test failing:
[TestAccAzureRMCosmosDBAccount_mongoDB] [Test Output]
=== RUN TestAccAzureRMCosmosDBAccount_mongoDB
--- FAIL: TestAccAzureRMCosmosDBAccount_mongoDB (816.94s)
testing.go:513: Step 0 error: Check failed: 1 error(s) occurred:
* Check 3/3 error: azurerm_cosmosdb_account.test: Attribute 'connection_strings' expected to be set
FAIL
Once this test passes will be more then happy to get this merged in for you 🙂
@katbyte Thanks for the review! Where is that test output coming from? I don't see it in the travis job or when I run |
Answering my own question. Looks like it. Weird that it is failing because I did a manual test as well and it had the proper output. I'll dig into it and fix |
Adds connection_strings attribute to cosmos_db_account with documentation. Also adds in some missing error handling in the same function I modified for the feature.
9b55060
to
cf62668
Compare
Ok, should be fixed |
Updating something so teamcity can see new changes after force push.
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Adds connection_strings attribute to cosmos_db_account with documentation. Also adds in some missing error handling in the same function I modified for the feature.