{ "version": 4, "terraform_version": "1.8.9", "serial": 159, "lineage": "749b281c-6e5f-b4ad-a20b-1ea929c4018c", "outputs": { "db_endpoint": { "value": "db-0.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-b7f1fd76a1a5176bd", "ami": "ami-f282e8e0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-274d198c"], "subnet_id": "subnet-b632f388", "key_name": "prod-deploy-key" } } ] } ] }