instance_id

Type string
Module ec2-instance
Version 0.1.0

ID of the EC2 instance. Use this for resource references.

The ID of the EC2 instance. Use this for resource references.

Example Value

i-0123456789abcdef0

Usage

module "ec2_instance" {
  source  = "registry.patterneddesigns.ca/patterneddesigns/ec2-instance/aws"
  version = "0.1.0"
  # ... inputs
}

# Access this output
output "instance_id" {
  value = module.ec2_instance.instance_id
}