{ "version": 4, "terraform_version": "1.5.6", "serial": 139, "lineage": "23038792-74f1-abeb-6042-fcb75fdc1eb9", "outputs": { "db_endpoint": { "value": "db-4.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-f56fed4e0d2b0caa4", "ami": "ami-92240c13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a310f7dc"], "subnet_id": "subnet-c96666d5", "key_name": "prod-deploy-key" } } ] } ] }