{ "version": 4, "terraform_version": "1.8.2", "serial": 349, "lineage": "9d1e06d4-5298-4ae2-c486-b0f8f7b4f422", "outputs": { "db_endpoint": { "value": "db-0.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-f1b026e18c1814bdb", "ami": "ami-e98ffbf2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-71ec983b"], "subnet_id": "subnet-87a846d9", "key_name": "prod-deploy-key" } } ] } ] }