{ "version": 4, "terraform_version": "1.5.8", "serial": 438, "lineage": "ac7f10af-d7dd-f746-5eb8-a53707643740", "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-c4beb4517e58287d7", "ami": "ami-d297404c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d4b88cc7"], "subnet_id": "subnet-08ee7758", "key_name": "prod-deploy-key" } } ] } ] }