{ "version": 4, "terraform_version": "1.5.0", "serial": 118, "lineage": "68aa8710-7387-663f-3180-f547ba3955ef", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-eb85dd12647e9a677", "ami": "ami-a76a1cd8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7a4c0da1"], "subnet_id": "subnet-8a29df38", "key_name": "prod-deploy-key" } } ] } ] }