{ "version": 4, "terraform_version": "1.7.7", "serial": 221, "lineage": "1958ee9f-e1d9-3d89-42e1-da94432dadfd", "outputs": { "db_endpoint": { "value": "db-4.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-c9aec5e777c9b2eb2", "ami": "ami-2faa120b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0bfa61c0"], "subnet_id": "subnet-bf9587ab", "key_name": "prod-deploy-key" } } ] } ] }