{ "version": 4, "terraform_version": "1.5.1", "serial": 429, "lineage": "f4f07f96-7aca-3b4a-3771-ec317a4d04d4", "outputs": { "db_endpoint": { "value": "db-3.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-0a4c0017395fbf06b", "ami": "ami-d705d45b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-957247f6"], "subnet_id": "subnet-46c1f631", "key_name": "prod-deploy-key" } } ] } ] }