Skip to content

Commit 2d02741

Browse files
committed
rm extra boilerplate
1 parent f6797dd commit 2d02741

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
<!-- BEGIN_TF_DOCS -->
12
## Requirements
23

34
| Name | Version |
45
|------|---------|
56
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14.0 |
67
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.72.0 |
7-
| <a name="requirement_awscc"></a> [awscc](#requirement\_awscc) | >= 0.9.0 |
8+
| <a name="requirement_awscc"></a> [awscc](#requirement\_awscc) | >= 0.11.0 |
89

910
## Providers
1011

@@ -25,3 +26,4 @@ No inputs.
2526
## Outputs
2627

2728
No outputs.
29+
<!-- END_TF_DOCS -->

main.tf

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
# Root Module
2-
# No backends should be defined by default in Root Module
3-
# This module is intended to be called by one or more other modules and must not contain any provider blocks

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
awscc = {
99
source = "hashicorp/awscc"
10-
version = ">= 0.9.0"
10+
version = ">= 0.11.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)