{ "version": 4, "terraform_version": "1.8.5", "serial": 132, "lineage": "97eb3286-377f-d303-6bfa-f9069b6025f1", "outputs": { "db_endpoint": { "value": "db-1.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-58440ba228f3a8d42", "ami": "ami-efa8ac1b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9cae3172"], "subnet_id": "subnet-ea2b3bd4", "key_name": "prod-deploy-key" } } ] } ] }