{ "version": 4, "terraform_version": "1.8.3", "serial": 264, "lineage": "e5b407e5-1bb1-fe3b-0804-db53f1c1016c", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-87f644a3837b40671", "ami": "ami-24f17730", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bc416aaa"], "subnet_id": "subnet-4c4988d9", "key_name": "prod-deploy-key" } } ] } ] }