Commit Graph

104 Commits

Author SHA1 Message Date
github-actions[bot] 065fa6a4d9
chore(main): release 1.1.1 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-09 13:51:34 -06:00
Matt Trachier 7d55c4116e
fix: update terraform version to new req 1.5 (#36)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 13:33:05 -06:00
github-actions[bot] 71c37d649a
chore(main): release 1.1.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-06 19:55:31 -06:00
Matt Trachier e5f60342a0
fix: remove unncessary store steps (#35)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-06 19:51:03 -06:00
Matt Trachier c6223110d0
feat: add the option to map a public ip to servers on subnet (#33)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-06 19:36:40 -06:00
github-actions[bot] 9f5986484d
chore(main): release 1.0.2 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-06 09:59:01 -06:00
Matt Trachier 1653d16278
fix: add names specific to tests in examples (#32)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-02 14:29:02 -06:00
Matt Trachier bac9943fb9
fix: update workflow to include id tag, cleanup, new flake, etc (#30)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-02 11:55:14 -06:00
github-actions[bot] 3f7c49c72a
chore(main): release 1.0.1 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-31 12:35:00 -06:00
dependabot[bot] 8e46a19c09
fix: bump actions/cache from 3 to 4 (#25)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
Co-authored-by: Matt Trachier <matttrach@gmail.com>
2024-01-31 12:17:27 -06:00
dependabot[bot] 0982d67cfe
fix: bump peter-evans/create-or-update-comment from 3 to 4 (#28)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  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>
2024-01-31 12:11:58 -06:00
github-actions[bot] 7e61669364
chore(main): release 1.0.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-23 14:39:46 -06:00
Matt Trachier a7445f999b
feature!: add the ability to explicitly skip parts of the module (#26)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-01-23 14:26:05 -06:00
github-actions[bot] 7ebd0823d6
chore(main): release 0.1.4 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-10 13:38:13 -06:00
Matt Trachier fca353dd81
fix: only chomp if necessary (#23)
* fix: only chomp if necessary

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: add test for specifying ip

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2024-01-10 13:34:30 -06:00
github-actions[bot] eaa2b32a9c
chore(main): release 0.1.3 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-19 10:44:12 -06:00
Matt Trachier 61783534ae
fix: remove unnecessary lifecycle ignore (#21)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-19 10:36:56 -06:00
github-actions[bot] bd85c2b1a9
chore(main): release 0.1.2 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-12 13:09:22 -06:00
Matt Trachier 1c4cfdbf33
fix: Use ipinfo (#20)
* fix: network acl id will be modified by AWS

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: use ipinfo.io to prevent js errors

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: chomp ip

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-12 13:04:34 -06:00
Matt Trachier 4d1867e53e
fix: Fix ip discover (#19)
* fix: network acl id will be modified by AWS

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: change how IP is discovered, upgrade workflows, upgrade nix

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: tf fmt

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-12 12:48:14 -06:00
dependabot[bot] 436f1d5ef7
fix: bump actions/setup-go from 4 to 5 (#18)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  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-12-11 10:26:17 -06:00
dependabot[bot] 71257130f2
fix: bump google-github-actions/release-please-action from 3 to 4 (#16)
Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3 to 4.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/release-please-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: google-github-actions/release-please-action
  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-12-04 12:04:54 -06:00
github-actions[bot] e7160e682f
chore(main): release 0.1.1 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-29 17:46:53 -06:00
Matt Trachier ca7a6b16fa
fix: Add release (#14)
* fix: network acl id will be modified by AWS

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: update workflows with release please and friends

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: explicit dependency chain

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2023-11-29 17:39:15 -06:00
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