{ "version": 4, "terraform_version": "1.8.3", "serial": 312, "lineage": "fdcc30ec-454b-5b4f-c421-e2119b3affe4", "outputs": { "db_endpoint": { "value": "db-2.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-d2331e9d851d98544", "ami": "ami-9955ce21", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7480d9f1"], "subnet_id": "subnet-3daa450f", "key_name": "prod-deploy-key" } } ] } ] }