{ "version": 4, "terraform_version": "1.8.1", "serial": 123, "lineage": "f2b01ec0-64de-a75f-8546-91e4333598f2", "outputs": { "db_endpoint": { "value": "db-3.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-5fcd4817fb882541e", "ami": "ami-85f10f94", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-34df9451"], "subnet_id": "subnet-8a761a96", "key_name": "prod-deploy-key" } } ] } ] }