mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #1 from apparentlymart/s3-object-content
Docs for aws_s3_bucket content argument
This commit is contained in:
commit
d261117901
@ -28,7 +28,11 @@ The following arguments are supported:
|
||||
|
||||
* `bucket` - (Required) The name of the bucket to put the file in.
|
||||
* `key` - (Required) The name of the object once it is in the bucket.
|
||||
* `source` - (Required) The path to the source file being uploaded to the bucket.
|
||||
* `source` - (Required unless `content` given) The path to the source file being uploaded to the bucket.
|
||||
* `content` - (Required unless `source` given) The literal content being uploaded to the bucket.
|
||||
|
||||
Either `source` or `content` must be provided to specify the bucket content.
|
||||
These two arguments are mutually-exclusive.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user