Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: Update Terraform provider version in getting_started tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici committed Apr 5, 2024
1 parent 6160a31 commit b2223d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terraform/getting_started/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~> 0.10.1"
version = "~> 0.11.0"
}
}
}

0 comments on commit b2223d7

Please sign in to comment.