{ "version": 4, "terraform_version": "1.7.6", "serial": 251, "lineage": "6b993744-0cc1-13d4-7972-ef1c481c4aca", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b0851e3b4ba88e88d", "ami": "ami-b1d65f51", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-39024d7d"], "subnet_id": "subnet-bb1b0be1", "key_name": "prod-deploy-key" } } ] } ] }