{ "version": 4, "terraform_version": "1.7.6", "serial": 576, "lineage": "d8024a70-fb3f-8e3f-b904-28b7c35e4c79", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-02f020e6ecb2670c0", "ami": "ami-853f24a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7d26ef17"], "subnet_id": "subnet-83cce8c5", "key_name": "prod-deploy-key" } } ] } ] }