{ "version": 4, "terraform_version": "1.6.5", "serial": 280, "lineage": "cd4e23e3-685f-4c4f-dcea-80a30bf17183", "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-1cd1ffc91f291ad14", "ami": "ami-11526898", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b092131e"], "subnet_id": "subnet-8bfa22d3", "key_name": "prod-deploy-key" } } ] } ] }