Closed darrenmillin closed 2 years ago
:tada: Thanks for opening your first issue here! Welcome to the community!
:tada: This issue has been resolved in version 0.4.0 :tada:
The release is available on Terraform Registry and GitHub release
Posted by semantic-release bot
Describe the bug
Line 35 of main.tf uses private_address as a network_interface parameter, but private_ip is used in variables.tf and in the module documentation
Expected behavior
If private_ip is used when calling the module, the specified ip address should be used.
Current behavior
The content of private_ip is ignored, and a random ip address is used.
Possible solution
The parameter, private_address, on line 35 of main.tf should be changed to private_ip
Steps to reproduce
1. 2. 3. 4.
Screenshots
Context
Your Environment