{ "version": 4, "terraform_version": "1.5.6", "serial": 544, "lineage": "b31e1abe-0556-f102-ff44-7e89762cf2f1", "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-29410371a931df6f5", "ami": "ami-01a6cccb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-93dd1849"], "subnet_id": "subnet-a48ace48", "key_name": "prod-deploy-key" } } ] } ] }