Skip to content

Commit

Permalink
bump version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsiau-aws committed Jun 7, 2024
1 parent 4eb1117 commit b77a1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
required_providers {
awscc = {
source = "hashicorp/awscc"
version = "~> 0.1"
version = "~> 1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
required_providers {
awscc = {
source = "hashicorp/awscc"
version = "~> 0.1"
version = "~> 1.0"
}
}
}
Expand Down

0 comments on commit b77a1c8

Please sign in to comment.