{ "version": 4, "terraform_version": "1.7.3", "serial": 381, "lineage": "19ef4f80-10ab-357f-c1fc-2fe73cc417a2", "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-e54970d360452e677", "ami": "ami-1ae08f52", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0cb7390"], "subnet_id": "subnet-462117f4", "key_name": "prod-deploy-key" } } ] } ] }