{ "version": 4, "terraform_version": "1.7.8", "serial": 508, "lineage": "cd56ed64-35ad-1928-a825-8723fd00fd25", "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-830a96f0411c1c4ee", "ami": "ami-382059b6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a3413d32"], "subnet_id": "subnet-ee3100e5", "key_name": "prod-deploy-key" } } ] } ] }