Skip to content

Commit

Permalink
removing required providers block
Browse files Browse the repository at this point in the history
  • Loading branch information
qcrecurly committed Jul 12, 2023
1 parent 272e0a3 commit eedf2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RECURLY_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v2.0.5_recurly] 2023-07-12
- Removing required providers block

## [v2.0.1_recurly] 2020-09-24
- Add stateful instance submodule

Expand Down
4 changes: 0 additions & 4 deletions modules/mig/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@

terraform {
required_version = ">= 0.13.0"
required_providers {
google = ">= 2.7, <4.0"
google-beta = ">= 2.7, <4.0"
}
}

0 comments on commit eedf2be

Please sign in to comment.