Skip to content

Commit

Permalink
remove remnants of the template
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Sep 11, 2024
1 parent da0fea4 commit 486cdb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This module is used to create a VPC along with the necessary configuration to be useful. It was
previously published at
https://github.com/silinternational/terraform-modules/aws/vpc.
https://github.com/silinternational/terraform-modules/tree/main/aws/vpc.

## What this does

Expand All @@ -17,13 +17,11 @@ This module is published in [Terraform Registry](https://registry.terraform.io/m

## Usage Example

TODO: Update the following as a simple, brief representative sample of the module:

```hcl
module "this" {
source = "github.com/silinternational/terraform-modules//aws/vpc"
app_name = var.app_name
aws_zones = var.aws_zones
source = "github.com/silinternational/terraform-modules//aws/vpc"
app_name = var.app_name
aws_zones = var.aws_zones
}
provider "aws" {
Expand Down
8 changes: 0 additions & 8 deletions test/main.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@

/*
* TODO: complete these basic instantiations of the module, with the base purpose of
* validating the syntax of module code automatically when pushed to version control.
* One instance should use the minimum allowable set of inputs. The other should have
* the full complement of inputs. You may also wish to include module outputs to
* enforce the presence of module outputs.
*/

module "minimal" {
source = "../"
}
Expand Down

0 comments on commit 486cdb1

Please sign in to comment.