You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
still doesn't work after creating an aws instance and specifying my private IP address still getting the same error, plus i test the GCP code got the bellow errors.
Error: module.instance.google_compute_instance.sample[0]: "boot_disk": required field is not set
Error: module.instance.google_compute_instance.sample[0]: "disk": [REMOVED] Use boot_disk, scratch_disk, and attached_disk instead
Error: module.instance.google_compute_instance.sample[1]: "boot_disk": required field is not set
Error: module.instance.google_compute_instance.sample[1]: "disk": [REMOVED] Use boot_disk, scratch_disk, and attached_disk instead
Error: module.instance.google_compute_instance.sample[2]: "boot_disk": required field is not set
Error: module.instance.google_compute_instance.sample[2]: "disk": [REMOVED] Use boot_disk, scratch_disk, and attached_disk instead
not sure if am doing something wrong please advise?
Error: output 'public_ip': "aws_instance.aws_instance.public_ip" is not a valid output for module "ec2"
value = "${module.ec2.aws_instance.aws_instance.public_ip}" Unresolved?
variable "public_ip" {
description = "Public IP"
default = "52.62.107.101"
}
we need to change this correct? I guess they are one of the same thing. Be useful to know how to setup thanks
The text was updated successfully, but these errors were encountered: