{ "version": 4, "terraform_version": "1.6.8", "serial": 122, "lineage": "3a13071f-ba18-e1d5-ad41-ec3f33387e9f", "outputs": { "db_endpoint": { "value": "db-3.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-35078d9507703d0ce", "ami": "ami-bbe6494d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-96adb5c5"], "subnet_id": "subnet-f69864a2", "key_name": "prod-deploy-key" } } ] } ] }