Skip to content

Commit

Permalink
Merge pull request #533 from anvial/fix-application-resource-example
Browse files Browse the repository at this point in the history
fix(application): update resource example to use correct charm storage
  • Loading branch information
anvial authored Jul 25, 2024
2 parents cc8f5e8 + a6b6b47 commit 84f794b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "juju_application" "this" {
placement = "0,1,2"
storage = {
storage_directives = {
files = "101M"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/juju_application/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "juju_application" "this" {

placement = "0,1,2"

storage = {
storage_directives = {
files = "101M"
}

Expand Down

0 comments on commit 84f794b

Please sign in to comment.