Skip to content

Commit

Permalink
switched to the production registry
Browse files Browse the repository at this point in the history
  • Loading branch information
emocharnik committed Jul 15, 2022
1 parent 360cc17 commit 02c1931
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
terraform {
required_providers {
scalr = {
# TODO: replace to production registry after the release.
source = "registry.scalr.dev/scalr/scalr"
version= "1.0.0-rc-develop"
source = "registry.scalr.io/scalr/scalr"
version= "1.0.0-rc32"
}
}
}
Expand Down

0 comments on commit 02c1931

Please sign in to comment.