{ "version": 4, "terraform_version": "1.6.4", "serial": 428, "lineage": "f9898c8b-0d76-45d2-a5f1-5d1356df7c32", "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-0d32ac273821f2a0a", "ami": "ami-cc24c984", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d2574dbc"], "subnet_id": "subnet-307d75ed", "key_name": "prod-deploy-key" } } ] } ] }