{ "version": 4, "terraform_version": "1.5.6", "serial": 370, "lineage": "3da36716-ca4a-0695-529f-31a4aeb43dec", "outputs": { "db_endpoint": { "value": "db-2.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-69d94633e143d6119", "ami": "ami-421d7e41", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1518195f"], "subnet_id": "subnet-a741f423", "key_name": "prod-deploy-key" } } ] } ] }