{ "version": 4, "terraform_version": "1.5.6", "serial": 428, "lineage": "39c9e29c-26a2-dfcc-bc18-cb6c6a570fd9", "outputs": { "db_endpoint": { "value": "db-3.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-7af5ceb111a321691", "ami": "ami-3d1fcdf2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd63c968"], "subnet_id": "subnet-d33f0b04", "key_name": "prod-deploy-key" } } ] } ] }