Skip to content

Commit

Permalink
Add criteria on moving business logics to a provisioner (QubitPi#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jul 8, 2024
1 parent 71e3daa commit e91b728
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ $ packer plugins install github.com/QubitPi/hashicorp-aws

#### Provisioners

Provisioners are used to execute scripts on remote machine as part of AWS EC2 related resource creation and destruction.
They enable

1. programmatic configuration management which is not possible with HCL, and
2. code reuse

The business logics that satisfy the two criteria above are offered as the hashicorp-aws provisioners below:

- [React App](./provisioners/react.mdx)
- [Sonatype Nexus Repository](./provisioners/sonatype-nexus-repository.mdx)
- [Jersey-Jetty Webservice](./provisioners/webservice.mdx)
-
9 changes: 8 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ $ packer plugins install github.com/QubitPi/hashicorp-aws

#### Provisioners

Provisioners are used to execute scripts on remote machine as part of AWS EC2 related resource creation and destruction.
They enable

1. programmatic configuration management which is not possible with HCL, and
2. code reuse

The business logics that satisfy the two criteria above are offered as the hashicorp-aws provisioners below:

- [React App](./provisioners/react.mdx)
- [Sonatype Nexus Repository](./provisioners/sonatype-nexus-repository.mdx)
- [Jersey-Jetty Webservice](./provisioners/webservice.mdx)
-

0 comments on commit e91b728

Please sign in to comment.