From 247b2877252af095c50e9c88be6de8ee359a45b7 Mon Sep 17 00:00:00 2001 From: nitro Date: Thu, 30 Jul 2020 18:35:46 -0400 Subject: [PATCH] Fix s3 user tagging (#39) * Fix s3 user tagging * Updated README.md * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> --- README.md | 34 ++++++++++++++++++---------------- main.tf | 2 +- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index eb65a9ab..46f38235 100644 --- a/README.md +++ b/README.md @@ -314,22 +314,24 @@ Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright) See [LICENSE](LICENSE) for full details. - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. +```text +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +``` diff --git a/main.tf b/main.tf index 8ef4b7a0..2f6456f8 100644 --- a/main.tf +++ b/main.tf @@ -102,7 +102,7 @@ resource "aws_s3_bucket" "default" { } module "s3_user" { - source = "git::https://github.com/cloudposse/terraform-aws-iam-s3-user.git?ref=tags/0.5.0" + source = "git::https://github.com/cloudposse/terraform-aws-iam-s3-user.git?ref=tags/0.6.0" namespace = var.namespace stage = var.stage environment = var.environment