{ "version": 4, "terraform_version": "1.8.7", "serial": 459, "lineage": "1d90f3c8-5e5c-be70-dd7f-0faef71234d1", "outputs": { "db_endpoint": { "value": "db-1.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-e844c5ebf25dfdd28", "ami": "ami-3bab6509", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b29cb8f3"], "subnet_id": "subnet-f3d56b40", "key_name": "prod-deploy-key" } } ] } ] }