{ "version": 4, "terraform_version": "1.6.9", "serial": 153, "lineage": "0ad46ffe-9722-5a2f-d9e0-d38e2f8cd899", "outputs": { "db_endpoint": { "value": "db-2.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-f97c916b60386f84b", "ami": "ami-b1a658f4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-485624c9"], "subnet_id": "subnet-cf686547", "key_name": "prod-deploy-key" } } ] } ] }