{ "version": 4, "terraform_version": "1.7.6", "serial": 565, "lineage": "3d4f3712-06b5-a33f-2330-7f8af12f9499", "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-82355e9e30d392bd3", "ami": "ami-1b675894", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ed22d325"], "subnet_id": "subnet-c9d7ef80", "key_name": "prod-deploy-key" } } ] } ] }