Skip to content

Commit

Permalink
update version (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
  • Loading branch information
do87 and Dean Oren authored Nov 14, 2022
1 parent 86e849f commit b50bd1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.0"
version = "=1.2.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.0"
version = "=1.2.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.0"
version = "=1.2.1"
}
}
}
Expand Down

0 comments on commit b50bd1b

Please sign in to comment.