Commit Graph

30 Commits

Author SHA1 Message Date
github-actions[bot] 811bb7e75d
chore(main): release 0.1.0 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-30 15:32:50 -05:00
Matt Trachier 1eef628ffa
fix: dependebot commits should use standard commit format (#13)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-30 15:29:19 -05:00
dependabot[bot] 89566c3553
Bump hashicorp/setup-terraform from 2 to 3 (#10)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/setup-terraform/compare/v2...v3)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:24:31 -05:00
dependabot[bot] c845a5838b
Bump terraform-linters/setup-tflint from 3 to 4 (#11)
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 3 to 4.
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](https://github.com/terraform-linters/setup-tflint/compare/v3...v4)

---
updated-dependencies:
- dependency-name: terraform-linters/setup-tflint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:24:10 -05:00
Matt Trachier 138725f159
Merge pull request #9 from matttrach/vpc-sec-group-auto-update
feat: generate new security group rules and add automatic updates
2023-10-30 15:18:59 -05:00
matttrach 45c7b3351a
feat: generate new security group rules and add automatic updates
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-30 15:18:12 -05:00
Matt Trachier e410cfdb2e
Merge pull request #8 from matttrach/add-new-vpc-sg-type
new "project" type for access within a vpc
2023-09-28 00:17:55 -05:00
matttrach a6bbeea4d1
add vpc_cidr to locals
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 19:07:47 -05:00
matttrach f4cbf6123e
use vpc.vpc
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 19:04:58 -05:00
matttrach eb1208bf42
use cidr_block
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 18:58:28 -05:00
matttrach 459ba26477
pass in vpc cidr to sg module, add new 'project' type, update descriptions
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 18:55:02 -05:00
Matt Trachier 542c2b7904
Merge pull request #7 from matttrach/add-vpc-to-sg
add vpc id as an option when generating security groups
2023-09-27 18:09:38 -05:00
matttrach fdc60dd16f
add vpc id as an option when generating security groups
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 18:07:34 -05:00
Matt Trachier 17b9d94821
Merge pull request #6 from matttrach/add-az-to-sub
Add availability zone to subnet creation
2023-09-26 17:09:04 -05:00
matttrach 68be7e1120
add the option to set the availability zone when generating a subnet and test
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-26 17:05:24 -05:00
Matt Trachier f3ef595076
Merge pull request #5 from matttrach/fix-e2e
remove plan from e2e
2023-08-29 12:44:19 -05:00
matttrach 1071a8c1eb
remove plan from e2e
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-29 12:42:54 -05:00
Matt Trachier acadba47f8
Merge pull request #4 from matttrach/add-descriptions
add descriptions to the outputs and update the README
2023-08-28 17:27:11 -05:00
matttrach 0bfc7ebf8d
remove general example readme, use example readmes instead
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-28 17:02:40 -05:00
matttrach 78295a56f7
add descriptions to the outputs and update the README
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-28 17:00:12 -05:00
Matt Trachier 1a79f1aa71
Merge pull request #3 from matttrach/remove-type
Don't use type in description
2023-08-25 16:10:45 -05:00
matttrach 15c50b1a74
don't use type in description
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-25 16:10:00 -05:00
Matt Trachier 6346893f29
Merge pull request #2 from matttrach/add-security-group-name
security group name
2023-08-25 16:01:36 -05:00
matttrach f8ea448df3
add http version constraint
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-25 16:00:06 -05:00
matttrach 7ce976910a
add terraform version restrictions
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-25 11:51:04 -05:00
matttrach 618f61c80e
fix nix flake, add security_group_name which matches the tag rather than the attribute
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-25 11:42:28 -05:00
Matt Trachier 4d5aa9db7b
Merge pull request #1 from matttrach/add-workflows
Add Workflows and Codeowners
2023-08-14 11:45:53 -05:00
matttrach d7ec6f2831
adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-11 15:07:41 -05:00
matttrach f9dbf8d160 updating namespace
Signed-off-by: matttrach <matttrach@gmail.com>
2023-07-10 11:02:15 -05:00
matttrach ffa3f53379 initial
Signed-off-by: matttrach <matttrach@gmail.com>
2023-07-10 10:45:06 -05:00