Skip to content

Commit

Permalink
Remove toolchain directive
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 7, 2023
1 parent de07568 commit 712aafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/resources/blr_blob_store_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ resource "hsdp_blr_blob_store_policy" "policy" {
The following arguments are available:

* `statement` - (Required)
* `effect` - (Required, string) Effect of policy [`Allow`, `Deny`]
* `action` - (Required, list(string)) Allowed methods: [`GET`, `PUT`, `DELETE`]
* `principal` - (Required, list(string)) The principals the policy applies to
* `resource` - (Required, list(string)) The resources the policy applies to
* `effect` - (Required, string) Effect of policy [`Allow`, `Deny`]
* `action` - (Required, list(string)) Allowed methods: [`GET`, `PUT`, `DELETE`]
* `principal` - (Required, list(string)) The principals the policy applies to
* `resource` - (Required, list(string)) The resources the policy applies to

## Attributes reference

Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/philips-software/terraform-provider-hsdp

go 1.21

toolchain go1.21.0

require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/docker/distribution v2.8.2+incompatible
Expand Down

0 comments on commit 712aafd

Please sign in to comment.