An open API service indexing awesome lists of open source software.

https://github.com/devenes/packer-native


https://github.com/devenes/packer-native

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          


Packer

 


Packer Native


Github top language
Github language count
Repository size
License




About   |  
Features   |  
Technologies   |  
Requirements   |  
License   |  
Author


## :dart: About

Create AWS Image with HashiCorp Packer using GitHub Actions

## :sparkles: Features

:heavy_check_mark: Packer Inıt\
:heavy_check_mark: Packer Validate\
:heavy_check_mark: Packer Build

## :rocket: Technologies

Packer configurations can be written in HCL (.pkr.hcl file extension) and JSON (.pkr.json) formats.
The following tools were used in this project:

- [Packer](https://packer.io)
- [HCL]()
- [GitHub Actions](https://github.com)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [AWS](https://aws.amazon.com) credentials.

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by devenes

 

Back to top