diff --git a/docs/resources/blr_blob_store_policy.md b/docs/resources/blr_blob_store_policy.md index 9820ce74..f77119d7 100644 --- a/docs/resources/blr_blob_store_policy.md +++ b/docs/resources/blr_blob_store_policy.md @@ -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 diff --git a/go.mod b/go.mod index cce91af8..caa37b99 100644 --- a/go.mod +++ b/go.mod @@ -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