{ "version": 4, "terraform_version": "1.7.2", "serial": 327, "lineage": "b12dee0b-4271-9af7-69b8-9a9cd85a500a", "outputs": { "db_endpoint": { "value": "db-1.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-f0378c228e517effa", "ami": "ami-f123cd6e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7018e761"], "subnet_id": "subnet-6b57e717", "key_name": "prod-deploy-key" } } ] } ] }