Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix wrong external name configuration of azurerm_cosmosdb_account #163

Merged

Conversation

sergenyalcin
Copy link
Collaborator

Description of your changes

Fixes #157

This PR fixes the wrong external name configuration of azurerm_cosmosdb_account and adds an example manifest.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

This PR tested by using the new example manifest.

@sergenyalcin sergenyalcin self-assigned this Mar 14, 2022
@sergenyalcin sergenyalcin requested a review from ulucinar March 14, 2022 15:16
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @sergenyalcin. Thank you also for the example provided & tested!

geoLocation:
- failoverPriority: 0
location: "East US"
zoneRedundant: False
Copy link
Collaborator

Choose a reason for hiding this comment

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

Btw, what happens if we omit this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For the zoneRedundant field, the default value is also False and when we omit this, the value is set to the False

@sergenyalcin sergenyalcin merged commit 83bc6c7 into crossplane-contrib:main Mar 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create cosmos account
2 participants