{ "version": 4, "terraform_version": "1.7.9", "serial": 323, "lineage": "66f96486-1f4a-6c2d-b6ff-9bd50f73a79c", "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-8be78943d30e09228", "ami": "ami-2310294a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e1beccad"], "subnet_id": "subnet-daf8ef52", "key_name": "prod-deploy-key" } } ] } ] }