{ "version": 4, "terraform_version": "1.8.1", "serial": 438, "lineage": "a23fae18-2723-d59c-272e-d6551a429a41", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-bfe403556544cc619", "ami": "ami-020736c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0a3e7d13"], "subnet_id": "subnet-5278b358", "key_name": "prod-deploy-key" } } ] } ] }