{ "version": 4, "terraform_version": "1.8.5", "serial": 226, "lineage": "21d073fc-78eb-5a58-e61d-1e1985da2397", "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-eb44594ae420fe4ca", "ami": "ami-35f9b767", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dc44b7da"], "subnet_id": "subnet-787e21d7", "key_name": "prod-deploy-key" } } ] } ] }