Skip to content

Commit 8b2707d

Browse files
authored
Merge pull request #44160 from tabito-hara/d-aws_datasync_location_object_storage-refrect_agent_arns_optional
[Docs] `aws_datasync_location_object_storage`: Update the documentation to reflect that `agent_arns` is optional
2 parents c38526d + ca6a0b0 commit 8b2707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/datasync_location_object_storage.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_datasync_location_object_storage" "example" {
2727
This resource supports the following arguments:
2828

2929
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
30-
* `agent_arns` - (Required) A list of DataSync Agent ARNs with which this location will be associated.
30+
* `agent_arns` - (Optional) A list of DataSync Agent ARNs with which this location will be associated. For agentless cross-cloud transfers, this parameter does not need to be specified.
3131
* `access_key` - (Optional) The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.
3232
* `bucket_name` - (Required) The bucket on the self-managed object storage server that is used to read data from.
3333
* `secret_key` - (Optional) The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.

0 commit comments

Comments
 (0)