{ "version": 4, "terraform_version": "1.5.3", "serial": 589, "lineage": "55818cc2-ca1d-0376-aa0c-afb4f64e33a0", "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-8b25e6de9a97904ec", "ami": "ami-6cef5506", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4b71804c"], "subnet_id": "subnet-32cb2ee8", "key_name": "prod-deploy-key" } } ] } ] }