Skip to content

Commit

Permalink
chore: Add initial submodule files
Browse files Browse the repository at this point in the history
  • Loading branch information
js-timbirkett committed Mar 6, 2020
1 parent 05b7d54 commit f2a4434
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The interface to the module is the same but it attempts to be more flexible
by allowing users to create and use components separately by splitting out
sub-modules for:
- EKS Control Plane
- EKS Worker Nodes
- EKS Worker Groups
- EKS Managed Node Groups

The submodules are designed to be used as individual modules to help the user
Expand Down
16 changes: 16 additions & 0 deletions modules/aws_auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# eks `aws_auth` submodule

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Providers

No provider.

## Inputs

No input.

## Outputs

No output.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Empty file added modules/aws_auth/locals.tf
Empty file.
Empty file added modules/aws_auth/main.tf
Empty file.
Empty file added modules/aws_auth/outputs.tf
Empty file.
Empty file added modules/aws_auth/variables.tf
Empty file.
16 changes: 16 additions & 0 deletions modules/control_plane/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# eks `control_plane` submodule

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Providers

No provider.

## Inputs

No input.

## Outputs

No output.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Empty file added modules/control_plane/locals.tf
Empty file.
Empty file added modules/control_plane/main.tf
Empty file.
Empty file.
Empty file.
16 changes: 16 additions & 0 deletions modules/node_groups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# eks `node_groups` submodule

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Providers

No provider.

## Inputs

No input.

## Outputs

No output.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Empty file added modules/node_groups/locals.tf
Empty file.
Empty file added modules/node_groups/main.tf
Empty file.
Empty file added modules/node_groups/outputs.tf
Empty file.
Empty file.
16 changes: 16 additions & 0 deletions modules/worker_groups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# eks `worker_groups` submodule

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Providers

No provider.

## Inputs

No input.

## Outputs

No output.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Empty file added modules/worker_groups/locals.tf
Empty file.
Empty file added modules/worker_groups/main.tf
Empty file.
Empty file.
Empty file.

0 comments on commit f2a4434

Please sign in to comment.