feat: changed ec2 module and updated readme
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
output "instance_info" {
|
||||
value = module.TestInstance.ec2-id-ip
|
||||
value = {
|
||||
id = module.TestInstance.id,
|
||||
private_ip = module.TestInstance.private_ip
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user