Skip to content

Commit

Permalink
Reword description
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Sep 29, 2023
1 parent 346a950 commit 59d3bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (r *bucketDataSource) Schema(_ context.Context, _ datasource.SchemaRequest,
descriptions := map[string]string{
"main": "ObjectStorage credentials data source schema.",
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`bucket_name`\".",
"bucket_name": "The bucket name. Has to be DNS conform.",
"bucket_name": "The bucket name. It must be DNS conform.",
"project_id": "STACKIT Project ID to which the bucket is associated.",
"url_path_style": "URL in path style.",
"url_virtual_hosted_style": "URL in virtual hosted style.",
Expand Down
2 changes: 1 addition & 1 deletion stackit/internal/services/objectstorage/bucket/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (r *bucketResource) Schema(_ context.Context, _ resource.SchemaRequest, res
descriptions := map[string]string{
"main": "ObjectStorage bucket resource schema.",
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`bucket_name`\".",
"bucket_name": "The bucket name. Has to be DNS conform.",
"bucket_name": "The bucket name. It must be DNS conform.",
"project_id": "STACKIT Project ID to which the bucket is associated.",
"url_path_style": "URL in path style.",
"url_virtual_hosted_style": "URL in virtual hosted style.",
Expand Down

0 comments on commit 59d3bc9

Please sign in to comment.