Skip to content

Commit 247b287

Browse files
Fix s3 user tagging (#39)
* Fix s3 user tagging * Updated README.md * Updated README.md Co-authored-by: actions-bot <[email protected]>
1 parent 3a7bfc5 commit 247b287

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -314,22 +314,24 @@ Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright)
314314

315315
See [LICENSE](LICENSE) for full details.
316316

317-
Licensed to the Apache Software Foundation (ASF) under one
318-
or more contributor license agreements. See the NOTICE file
319-
distributed with this work for additional information
320-
regarding copyright ownership. The ASF licenses this file
321-
to you under the Apache License, Version 2.0 (the
322-
"License"); you may not use this file except in compliance
323-
with the License. You may obtain a copy of the License at
324-
325-
https://www.apache.org/licenses/LICENSE-2.0
326-
327-
Unless required by applicable law or agreed to in writing,
328-
software distributed under the License is distributed on an
329-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
330-
KIND, either express or implied. See the License for the
331-
specific language governing permissions and limitations
332-
under the License.
317+
```text
318+
Licensed to the Apache Software Foundation (ASF) under one
319+
or more contributor license agreements. See the NOTICE file
320+
distributed with this work for additional information
321+
regarding copyright ownership. The ASF licenses this file
322+
to you under the Apache License, Version 2.0 (the
323+
"License"); you may not use this file except in compliance
324+
with the License. You may obtain a copy of the License at
325+
326+
https://www.apache.org/licenses/LICENSE-2.0
327+
328+
Unless required by applicable law or agreed to in writing,
329+
software distributed under the License is distributed on an
330+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
331+
KIND, either express or implied. See the License for the
332+
specific language governing permissions and limitations
333+
under the License.
334+
```
333335

334336

335337

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ resource "aws_s3_bucket" "default" {
102102
}
103103

104104
module "s3_user" {
105-
source = "git::https://github.com/cloudposse/terraform-aws-iam-s3-user.git?ref=tags/0.5.0"
105+
source = "git::https://github.com/cloudposse/terraform-aws-iam-s3-user.git?ref=tags/0.6.0"
106106
namespace = var.namespace
107107
stage = var.stage
108108
environment = var.environment

0 commit comments

Comments
 (0)