{ "version": 4, "terraform_version": "1.8.3", "serial": 310, "lineage": "d34c1894-d544-3286-71b2-f70854fd57c9", "outputs": { "db_endpoint": { "value": "db-0.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-eb45d8d86a16e16b4", "ami": "ami-55dd07a9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-54c55314"], "subnet_id": "subnet-6cb78e81", "key_name": "prod-deploy-key" } } ] } ] }