{ "version": 4, "terraform_version": "1.7.5", "serial": 376, "lineage": "2cf40ffe-5bfe-051f-80ee-8c1ab3296527", "outputs": { "db_endpoint": { "value": "db-1.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-1eb3d3a2fc785b771", "ami": "ami-ee000a17", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c562d957"], "subnet_id": "subnet-f7a6d73e", "key_name": "prod-deploy-key" } } ] } ] }