-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_s3_data_source
of google_storage_transfer_job should have path
param
#12997
aws_s3_data_source
of google_storage_transfer_job should have path
param
#12997
Comments
As a workaround, I tried adding the path to the bucket in the Since there is no workaround for this, could this be marked as a bug instead? |
I am importing and using an existing resource but cannot make any changes to the resource because of this issue. We are treating this as a bug and hope that changes will be made as soon as possible. |
Just like to comment that I did find an obvious workaround for my issue. The error I was getting was pointing in the right direction. I just added my path to the |
I'll pick this one up |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
In
google_storage_transfer_job
, other data sources such as Azure or GCS havingpath
paramater, but aws_s3_data_source does not have it.In REST
TransferSpec
type or in console, it haspath
param similar to GCP. But, awsS3DataSchema of this provider looks not has the param.terraform-provider-google/google/resource_storage_transfer_job.go
Lines 414 to 453 in 4d69033
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: