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

Support for CosmosDB Continuous Backup Mode #10557

Closed
chriszacny opened this issue Feb 11, 2021 · 4 comments · Fixed by #11597
Closed

Support for CosmosDB Continuous Backup Mode #10557

chriszacny opened this issue Feb 11, 2021 · 4 comments · Fixed by #11597
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/cosmosdb
Milestone

Comments

@chriszacny
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I would like to create a CosmosDB instance using continuous backup mode per: https://docs.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction

New or Affected Resource(s)

  • azurerm_cosmosdb_account

Potential Terraform Configuration

resource "azurerm_cosmosdb_account" "db" {
  # Options for backup_restore_type would be {"periodic" (default) | "continuous"} 
  backup_restore_type = "continuous"

}

References

@jackbatzner
Copy link
Contributor

jackbatzner commented Feb 12, 2021

This will require an upgrade to the Cosmos API to version 2020-06-01-preview. It looks like it'll be minor changes to get this done. I'll take a stab at it!

@jackofallops jackofallops added sdk/requires-newer-api-version This requires upgrading the version of the API being used service/cosmosdb labels Feb 18, 2021
@jackofallops jackofallops modified the milestones: v2.48.0, v2.49.0 Feb 18, 2021
@jackofallops jackofallops modified the milestones: v2.49.0, v2.50.0 Feb 25, 2021
@tombuildsstuff tombuildsstuff modified the milestones: v2.50.0, v2.51.0 Mar 4, 2021
@katbyte katbyte modified the milestones: v2.51.0, v2.52.0, v2.53.0 Mar 12, 2021
@jackofallops jackofallops modified the milestones: v2.53.0, v2.54.0 Mar 26, 2021
@katbyte katbyte modified the milestones: v2.54.0, v2.55.0 Apr 2, 2021
@ghost
Copy link

ghost commented Apr 9, 2021

This has been released in version 2.55.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.55.0"
}
# ... other configuration ...

katbyte pushed a commit that referenced this issue May 7, 2021
@ghost
Copy link

ghost commented May 14, 2021

This has been released in version 2.59.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.59.0"
}
# ... other configuration ...

favoretti pushed a commit to gro1m/terraform-provider-azurerm that referenced this issue May 26, 2021
@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/cosmosdb
Projects
None yet
5 participants