{ "version": 4, "terraform_version": "1.5.5", "serial": 540, "lineage": "c587f83c-b6c8-9fc1-021a-af576f4f9b75", "outputs": { "db_endpoint": { "value": "db-2.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-bb8da11ce9b9ba169", "ami": "ami-c165634d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-78513d36"], "subnet_id": "subnet-a92e7e3c", "key_name": "prod-deploy-key" } } ] } ] }