Skip to content

Commit 34b058a

Browse files
authored
Create awsutils mixin with documentation
Add documentation and provider configuration for awsutils mixin.
1 parent 226ff69 commit 34b058a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# <-- BEGIN DOC -->
2+
#
3+
# This mixin is meant to be added to a terraform module that wants to use the awsutils provider.
4+
# It assumes the standard `providers.tf` file is present in the module.
5+
#
6+
# <-- END DOC -->
7+
8+
provider "awsutils" {
9+
region = var.region
10+
}

0 commit comments

Comments
 (0)