Description
In AWS Datasync enhanced mode the agent arns are not required anymore but in the aws_datasync_location_azure_blob it is still required.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_azure_blob
agent_arns - (Required) A list of DataSync Agent ARNs with which this location will be associated.
In the official AWS guide it is an optional parameter:
AgentArns
(Optional) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
Affected Resource(s) or Data Source(s)
aws_datasync_location_azure_blob
Potential Terraform Configuration
References
No response
Would you like to implement the enhancement?
No
Description
In AWS Datasync enhanced mode the agent arns are not required anymore but in the aws_datasync_location_azure_blob it is still required.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_azure_blob
agent_arns - (Required) A list of DataSync Agent ARNs with which this location will be associated.
In the official AWS guide it is an optional parameter:
AgentArns
(Optional) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
Affected Resource(s) or Data Source(s)
aws_datasync_location_azure_blobPotential Terraform Configuration
References
No response
Would you like to implement the enhancement?
No