Releases: avinava-mycelium/terraform-gcp-chainlinknode
Releases · avinava-mycelium/terraform-gcp-chainlinknode
Adding config option to choose startup script
Added a variable is_gen_startup_script
which enables the user to either go with custom startup scripts , or if set to false it will default to the node-specific setup
Remove subnetwork from ext ip configuration
External IP setup in VPC
Make sure the external address lies in registered VPC
What's Changed
- Adding subnetwork to external address config by @avinava-mycelium in #8
- Updating README by @avinava-mycelium in #9
Full Changelog: v1.0.6...v1.0.7
External Static IP for CL node
External IP has been attached to the instance to create static addresses.
The default disk size has been reduced to 10 GB. (This is however configurable when you use the source module)
The output file has been modified to assist latest additions.
Update Default fields
What's Changed
- Removing zone and region from mandatory fields. by @avinava-mycelium in #5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Modifying outputs file by @avinava-mycelium in #2
- Modifying readme and adding description by @avinava-mycelium in #3
- Adding output details by @avinava-mycelium in #4
Full Changelog: v1.0.3...v1.0.4
Bug fixes on outputs
What's Changed
- Automating the outputs generated from module by @avinava-mycelium in #1
New Contributors
- @avinava-mycelium made their first contribution in #1
Full Changelog: v1.0.2...v1.0.3
What's Changed
- Automating the outputs generated from module by @avinava-mycelium in #1
Full Changelog: v1.0.2...v1.0.3
Streamlined outputs for the node
Full Changelog: v1.0.1...v1.0.2
Full Changelog: v1.0.1...v1.0.2
GCP Chainlink node VM
v1.0.0 first commit