{ "version": 4, "terraform_version": "1.8.5", "serial": 432, "lineage": "c63daada-4e6c-aada-c597-093d8b4845f2", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-6d12c8c1810d18a4a", "ami": "ami-b74739db", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-100ea96b"], "subnet_id": "subnet-b2b59710", "key_name": "prod-deploy-key" } } ] } ] }