{ "version": 4, "terraform_version": "1.8.8", "serial": 323, "lineage": "c2ad90bd-c25c-3318-5af8-579688e184d4", "outputs": { "db_endpoint": { "value": "db-4.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-37d74c3d59a6aec33", "ami": "ami-16e31a46", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8282e503"], "subnet_id": "subnet-39b99afe", "key_name": "prod-deploy-key" } } ] } ] }