{ "version": 4, "terraform_version": "1.5.7", "serial": 387, "lineage": "afe37676-bf97-e5a9-1298-fa79934fa2c4", "outputs": { "db_endpoint": { "value": "db-2.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-6fc75577391a46522", "ami": "ami-c053f268", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-56e045da"], "subnet_id": "subnet-eb970fe0", "key_name": "prod-deploy-key" } } ] } ] }