mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

chore: Uses PAT to be able to create PRs when versions of Terraform Compatibility Matrix change #2320

Closed oarbusi closed 4 weeks ago

oarbusi commented 1 month ago

Description

Uses PAT to be able to create PRs when versions of Terraform Compatibility Matrix change Has run successfully and generated this PR: https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2321 Link to any related issue(s):

Type of change:

Required Checklist:

Further comments

Zuhairahmed commented 1 month ago

@oarbusi this is awesome! do you know if this PAT will also be able to update documentation when new Terraform versions are added as well? for example Terraform v1.9 should be going GA over next few weeks https://github.com/hashicorp/terraform/releases

oarbusi commented 4 weeks ago

@oarbusi this is awesome! do you know if this PAT will also be able to update documentation when new Terraform versions are added as well? for example Terraform v1.9 should be going GA over next few weeks https://github.com/hashicorp/terraform/releases

@Zuhairahmed yes it will. In fact some months ago 1.8.x was added automatically https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2137 . PAT was not needed before for that but now it is, that is why I created this PR.