{ "version": 4, "terraform_version": "1.8.0", "serial": 486, "lineage": "c6de44b2-cbff-eedd-54e1-41b37e76e2c1", "outputs": { "db_endpoint": { "value": "db-1.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-6167fe7b42fd606b1", "ami": "ami-598b6875", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad969e2d"], "subnet_id": "subnet-3ae065e1", "key_name": "prod-deploy-key" } } ] } ] }