{ "version": 4, "terraform_version": "1.7.7", "serial": 353, "lineage": "2d6ef59d-8d1f-7e60-e256-467846e2f731", "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-5e6826ed5f0fa6c66", "ami": "ami-1d45a584", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f0a3ec1"], "subnet_id": "subnet-2f3fe8b4", "key_name": "prod-deploy-key" } } ] } ] }