You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTMDB 186 - Added authorization resource to split the cloud access provider config (#420)
* splitting schema into two resources
* added read for second resource
* auth resource
* fixing linter
* added placeholder foos
* importer for CloudProviderAccessSetup
* example single apply terraform
* clean up
* documentation update and description
* terratest single apply
* datasource for setup
* adding test case for datasource :)
* update in authorization resource
* testing for setup resource and import
* import test
* document for cloud provider access setup datasource
* documentation update
* pr comments :)
* Update cloud_provider_access.markdown
* pr comment :)
* pr comment typo
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,3 +205,12 @@ $ make testacc
205
205
Thanks
206
206
---------------------------
207
207
We'd like to thank [Akshay Karle](https://github.com/akshaykarle) for writing the first version of a Terraform Provider for MongoDB Atlas and paving the way for the creation of this one.
208
+
209
+
# Running the integration tests
210
+
211
+
The integration tests helps the validation for resources interacting with third party providers (aws, azure or gcp) using terratest [environment setup details](integration-testing/README.md)
0 commit comments