{ "version": 4, "terraform_version": "1.6.1", "serial": 165, "lineage": "6d7e9a41-9cf3-8da6-f4b8-f619d2896641", "outputs": { "db_endpoint": { "value": "db-0.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-3bfefa0263a09ad43", "ami": "ami-98c7292d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ee52ff4c"], "subnet_id": "subnet-545d64ce", "key_name": "prod-deploy-key" } } ] } ] }