1
0

feat: changed ec2 module and updated readme

This commit is contained in:
xpk
2026-02-19 14:18:01 +08:00
parent 4b4ee898df
commit fd8d141662
3 changed files with 29 additions and 18 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
output "instance_info" {
value = module.TestInstance.ec2-id-ip
value = {
id = module.TestInstance.id,
private_ip = module.TestInstance.private_ip
}
}