{ "version": 4, "terraform_version": "1.8.4", "serial": 119, "lineage": "eb3a69c7-f8f7-9d2e-be39-3cf2ebd03965", "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-80d79e867ab536e89", "ami": "ami-9c70179e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b11d296e"], "subnet_id": "subnet-bbe88121", "key_name": "prod-deploy-key" } } ] } ] }