{ "version": 4, "terraform_version": "1.8.6", "serial": 416, "lineage": "18dff1c2-34ff-d928-8f01-64fd77bba3fc", "outputs": { "db_endpoint": { "value": "db-4.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-995f24943a32f42fe", "ami": "ami-3cf58f1f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6c0bb29d"], "subnet_id": "subnet-7e1dec31", "key_name": "prod-deploy-key" } } ] } ] }