{ "version": 4, "terraform_version": "1.7.9", "serial": 217, "lineage": "565bf17a-ea04-2dfc-9356-6d65cb0f6ab5", "outputs": { "db_endpoint": { "value": "db-3.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-4760cfaf7b3da4d6f", "ami": "ami-e57af7a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ab442d74"], "subnet_id": "subnet-827ac092", "key_name": "prod-deploy-key" } } ] } ] }