{ "version": 4, "terraform_version": "1.8.9", "serial": 467, "lineage": "fed1bbda-a1b7-e6a2-51b2-e8b730fdc61e", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e9c1e822369dd2bb1", "ami": "ami-71deddf4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cfd26889"], "subnet_id": "subnet-081acb1c", "key_name": "prod-deploy-key" } } ] } ] }