{ "version": 4, "terraform_version": "1.7.5", "serial": 195, "lineage": "fa3b2357-d720-2ca5-6e7e-7b901a2cdb92", "outputs": { "db_endpoint": { "value": "db-1.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-f65f1595d32f31241", "ami": "ami-d3a16a3b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-601979ad"], "subnet_id": "subnet-bb2c5007", "key_name": "prod-deploy-key" } } ] } ] }