{ "version": 4, "terraform_version": "1.8.9", "serial": 354, "lineage": "ac065fdf-be00-10e4-c947-fd48365462a2", "outputs": { "db_endpoint": { "value": "db-1.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-3b76469f00fb9e2c4", "ami": "ami-6bef3f16", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2daa3475"], "subnet_id": "subnet-0dd59474", "key_name": "prod-deploy-key" } } ] } ] }