Skip to content

Commit a28831b

Browse files
Gowiemactions-bot
andauthored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#32)
* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
1 parent 072d8e5 commit a28831b

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
@@ -229,22 +229,24 @@ Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright)
229229

230230
See [LICENSE](LICENSE) for full details.
231231

232-
Licensed to the Apache Software Foundation (ASF) under one
233-
or more contributor license agreements. See the NOTICE file
234-
distributed with this work for additional information
235-
regarding copyright ownership. The ASF licenses this file
236-
to you under the Apache License, Version 2.0 (the
237-
"License"); you may not use this file except in compliance
238-
with the License. You may obtain a copy of the License at
239-
240-
https://www.apache.org/licenses/LICENSE-2.0
241-
242-
Unless required by applicable law or agreed to in writing,
243-
software distributed under the License is distributed on an
244-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
245-
KIND, either express or implied. See the License for the
246-
specific language governing permissions and limitations
247-
under the License.
232+
```text
233+
Licensed to the Apache Software Foundation (ASF) under one
234+
or more contributor license agreements. See the NOTICE file
235+
distributed with this work for additional information
236+
regarding copyright ownership. The ASF licenses this file
237+
to you under the Apache License, Version 2.0 (the
238+
"License"); you may not use this file except in compliance
239+
with the License. You may obtain a copy of the License at
240+
241+
https://www.apache.org/licenses/LICENSE-2.0
242+
243+
Unless required by applicable law or agreed to in writing,
244+
software distributed under the License is distributed on an
245+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
246+
KIND, either express or implied. See the License for the
247+
specific language governing permissions and limitations
248+
under the License.
249+
```
248250

249251

250252

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "label" {
2-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
2+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
33
namespace = var.namespace
44
stage = var.stage
55
name = var.name

0 commit comments

Comments
 (0)