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